#0C212C

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

Shades of Black Pearl #0C212C

Tints of Black Pearl #0C212C

Color information

#0C212C (or 0x0C212C) is unknown color: approx Black Pearl. HEX triplet: 0C, 21 and 2C. RGB value is (12,33,44). Sum of RGB (Red+Green+Blue) = 12+33+44=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C212C is #F3DED3. Grayscale: #1B1B1B. Windows color (decimal): -15982292 or 2892044. OLE color: 2892044.

HSL color Cylindrical-coordinate representation of color #0C212C: hue angle of 200.62º 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 #0C212C is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB123344-
CMYK0.730.2500.83
HSL200.62º57.14%10.98%-
HSV(B)200.62º72.73%17.25%-
XYZ1.151.352.58-
YUV27.98137.04116.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 44 (17.58% from 255) = 49.44%
R=13.48%
G=37.08%
B=49.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1233440.730.2500.83200.6257.1410.98
HexC212C4919053c939b
Octal1441541113101233117113
Binary110010000110110010010011100101010011110010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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