#00222C

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

Shades of Black Pearl #00222C

Tints of Black Pearl #00222C

Color information

#00222C (or 0x00222C) is unknown color: approx Black Pearl. HEX triplet: 00, 22 and 2C. RGB value is (0,34,44). Sum of RGB (Red+Green+Blue) = 0+34+44=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #00222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00222C is #FFDDD3. Grayscale: #181818. Windows color (decimal): -16768468 or 2892288. OLE color: 2892288.

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

Color convert

RGB03444-
CMYK10.2300.83
HSL193.64º100%8.63%-
HSV(B)193.64º100%17.25%-
XYZ1.031.332.58-
YUV24.97138.74110.19-

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) = 43.59%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=0%
G=43.59%
B=56.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0344410.2300.83193.641008.63
Hex0222C6417053c2649
Octal0425414427012330214411
Binary0100010101100110010010111010100111100001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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