#0C141D

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

Shades of Black Pearl #0C141D

Tints of Black Pearl #0C141D

Color information

#0C141D (or 0x0C141D) is unknown color: approx Black Pearl. HEX triplet: 0C, 14 and 1D. RGB value is (12,20,29). Sum of RGB (Red+Green+Blue) = 12+20+29=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C141D is #F3EBE2. Grayscale: #121212. Windows color (decimal): -15985635 or 1905676. OLE color: 1905676.

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

Color convert

RGB122029-
CMYK0.590.3100.89
HSL211.76º41.46%8.04%-
HSV(B)211.76º58.62%11.37%-
XYZ0.620.671.26-
YUV18.63133.85123.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=19.67%
G=32.79%
B=47.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1220290.590.3100.89211.7641.468.04
HexC141D3B1F059d4298
Octal142435733701313245110
Binary110010100111011110111111101011001110101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,29); }

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

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

 a { background-color: rgb(12,20,29); }

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

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

 span { border-color: rgb(12,20,29); }

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