#0C121C

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

Shades of Black Pearl #0C121C

Tints of Black Pearl #0C121C

Color information

#0C121C (or 0x0C121C) is unknown color: approx Black Pearl. HEX triplet: 0C, 12 and 1C. RGB value is (12,18,28). Sum of RGB (Red+Green+Blue) = 12+18+28=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121C is #F3EDE3. Grayscale: #111111. Windows color (decimal): -15986148 or 1839628. OLE color: 1839628.

HSL color Cylindrical-coordinate representation of color #0C121C: hue angle of 217.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C121C is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB121828-
CMYK0.570.3600.89
HSL217.5º40%7.84%-
HSV(B)217.5º57.14%10.98%-
XYZ0.580.591.18-
YUV17.35134.01124.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=20.69%
G=31.03%
B=48.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1218280.570.3600.89217.5407.84
HexC121C3924059da288
Octal142234714401313325010
Binary1100100101110011100110010001011001110110101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,28); }

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

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

 a { background-color: rgb(12,18,28); }

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

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

 span { border-color: rgb(12,18,28); }

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