#0C222C

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

Shades of Black Pearl #0C222C

Tints of Black Pearl #0C222C

Color information

#0C222C (or 0x0C222C) is unknown color: approx Black Pearl. HEX triplet: 0C, 22 and 2C. RGB value is (12,34,44). Sum of RGB (Red+Green+Blue) = 12+34+44=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C222C is #F3DDD3. Grayscale: #1C1C1C. Windows color (decimal): -15982036 or 2892300. OLE color: 2892300.

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

Color convert

RGB123444-
CMYK0.730.2300.83
HSL198.75º57.14%10.98%-
HSV(B)198.75º72.73%17.25%-
XYZ1.181.42.59-
YUV28.56136.71116.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=13.33%
G=37.78%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1234440.730.2300.83198.7557.1410.98
HexC222C4917053c739b
Octal1442541112701233077113
Binary110010001010110010010011011101010011110001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C222C; }

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

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

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

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

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

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

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

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