#002229

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

Shades of Black Pearl #002229

Tints of Black Pearl #002229

Color information

#002229 (or 0x002229) is unknown color: approx Black Pearl. HEX triplet: 00, 22 and 29. RGB value is (0,34,41). Sum of RGB (Red+Green+Blue) = 0+34+41=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #002229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002229 is #FFDDD6. Grayscale: #181818. Windows color (decimal): -16768471 or 2695680. OLE color: 2695680.

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

Color convert

RGB03441-
CMYK10.1700.84
HSL190.24º100%8.04%-
HSV(B)190.24º100%16.08%-
XYZ0.971.32.3-
YUV24.63137.24110.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 45.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=0%
G=45.33%
B=54.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0344110.1700.84190.241008.04
Hex022296411054be648
Octal0425114421012427614410
Binary0100010101001110010010001010101001011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002229; }

 p { color: rgb(0,34,41); }

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

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

 a { background-color: rgb(0,34,41); }

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

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

 span { border-color: rgb(0,34,41); }

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