#0C212B

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

Shades of Black Pearl #0C212B

Tints of Black Pearl #0C212B

Color information

#0C212B (or 0x0C212B) is unknown color: approx Black Pearl. HEX triplet: 0C, 21 and 2B. RGB value is (12,33,43). Sum of RGB (Red+Green+Blue) = 12+33+43=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C212B is #F3DED4. Grayscale: #1B1B1B. Windows color (decimal): -15982293 or 2826508. OLE color: 2826508.

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

Color convert

RGB123343-
CMYK0.720.2300.83
HSL199.35º56.36%10.78%-
HSV(B)199.35º72.09%16.86%-
XYZ1.131.342.48-
YUV27.86136.54116.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.64%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=13.64%
G=37.5%
B=48.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1233430.720.2300.83199.3556.3610.78
HexC212B4817053c738b
Octal1441531102701233077013
Binary110010000110101110010001011101010011110001111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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