#02222F

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

Shades of Black Pearl #02222F

Tints of Black Pearl #02222F

Color information

#02222F (or 0x02222F) is unknown color: approx Black Pearl. HEX triplet: 02, 22 and 2F. RGB value is (2,34,47). Sum of RGB (Red+Green+Blue) = 2+34+47=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #02222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02222F is #FDDDD0. Grayscale: #191919. Windows color (decimal): -16637393 or 3088898. OLE color: 3088898.

HSL color Cylindrical-coordinate representation of color #02222F: hue angle of 197.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02222F is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23447-
CMYK0.960.2800.82
HSL197.33º91.84%9.61%-
HSV(B)197.33º95.74%18.43%-
XYZ1.111.362.89-
YUV25.91139.9110.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=2.41%
G=40.96%
B=56.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal234470.960.2800.82197.3391.849.61
Hex2222F601C052c55ca
Octal2425714034012230513412
Binary10100010101111110000011100010100101100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02222F; }

 p { color: rgb(2,34,47); }

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

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

 a { background-color: rgb(2,34,47); }

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

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

 span { border-color: rgb(2,34,47); }

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