#021229

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

Shades of Black Pearl #021229

Tints of Black Pearl #021229

Color information

#021229 (or 0x021229) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 29. RGB value is (2,18,41). Sum of RGB (Red+Green+Blue) = 2+18+41=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #021229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021229 is #FDEDD6. Grayscale: #0F0F0F. Windows color (decimal): -16641495 or 2691586. OLE color: 2691586.

HSL color Cylindrical-coordinate representation of color #021229: hue angle of 215.38º 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 #021229 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21841-
CMYK0.950.5600.84
HSL215.38º90.7%8.43%-
HSV(B)215.38º95.12%16.08%-
XYZ0.640.612.18-
YUV15.84142.2118.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=3.28%
G=29.51%
B=67.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal218410.950.5600.84215.3890.78.43
Hex212295F38054d75b8
Octal2225113770012432713310
Binary10100101010011011111111000010101001101011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021229; }

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

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

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

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

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

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

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

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