#021834

Color #021834 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #021834

Tints of Black Pearl #021834

Color information

#021834 (or 0x021834) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 34. RGB value is (2,24,52). Sum of RGB (Red+Green+Blue) = 2+24+52=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #021834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021834 is #FDE7CB. Grayscale: #141414. Windows color (decimal): -16639948 or 3414018. OLE color: 3414018.

HSL color Cylindrical-coordinate representation of color #021834: hue angle of 213.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021834 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB22452-
CMYK0.960.5400.80
HSL213.6º92.59%10.59%-
HSV(B)213.6º96.15%20.39%-
XYZ0.970.913.37-
YUV20.61145.71114.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 52 (20.70% from 255) = 66.67%
R=2.56%
G=30.77%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal224520.960.5400.80213.692.5910.59
Hex218346036050d65db
Octal2306414066012032613513
Binary10110001101001100000110110010100001101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021834; }

 p { color: rgb(2,24,52); }

 H1.HeaderClassName
 {
   color: #021834;
 }
 .AnyTagClassName
 {
   color: #021834;
 }
</style>
background-color css

<style>
 a { background-color: #021834; }

 a { background-color: rgb(2,24,52); }

 div.DivClassName
 {
   background-color: #021834;
 }
 .BgClassName
 {
   background-color: #021834;
 }
</style>
border-color css

<style>
 span { border-color: #021834; }

 span { border-color: rgb(2,24,52); }

 td.TdClassName
 {
   border-color: #021834;
 }
 .TagClassName
 {
   border-color: #021834;
 }
</style>