#00222F

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

Shades of Black Pearl #00222F

Tints of Black Pearl #00222F

Color information

#00222F (or 0x00222F) is unknown color: approx Black Pearl. HEX triplet: 00, 22 and 2F. RGB value is (0,34,47). Sum of RGB (Red+Green+Blue) = 0+34+47=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #00222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00222F is #FFDDD0. Grayscale: #191919. Windows color (decimal): -16768465 or 3088896. OLE color: 3088896.

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

Color convert

RGB03447-
CMYK10.2800.82
HSL196.6º100%9.22%-
HSV(B)196.6º100%18.43%-
XYZ1.091.352.89-
YUV25.32140.24109.94-

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) = 41.98%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=0%
G=41.98%
B=58.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0344710.2800.82196.61009.22
Hex0222F641C052c5649
Octal0425714434012230514411
Binary0100010101111110010011100010100101100010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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