#021929

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

Shades of Black Pearl #021929

Tints of Black Pearl #021929

Color information

#021929 (or 0x021929) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 29. RGB value is (2,25,41). Sum of RGB (Red+Green+Blue) = 2+25+41=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #021929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021929 is #FDE6D6. Grayscale: #131313. Windows color (decimal): -16639703 or 2693378. OLE color: 2693378.

HSL color Cylindrical-coordinate representation of color #021929: hue angle of 204.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021929 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22541-
CMYK0.950.3900.84
HSL204.62º90.7%8.43%-
HSV(B)204.62º95.12%16.08%-
XYZ0.770.872.22-
YUV19.95139.88115.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 41 (16.41% from 255) = 60.29%
R=2.94%
G=36.76%
B=60.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal225410.950.3900.84204.6290.78.43
Hex219295F27054cd5b8
Octal2315113747012431513310
Binary10110011010011011111100111010101001100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021929; }

 p { color: rgb(2,25,41); }

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

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

 a { background-color: rgb(2,25,41); }

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

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

 span { border-color: rgb(2,25,41); }

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