#0C151D

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

Shades of Black Pearl #0C151D

Tints of Black Pearl #0C151D

Color information

#0C151D (or 0x0C151D) is unknown color: approx Black Pearl. HEX triplet: 0C, 15 and 1D. RGB value is (12,21,29). Sum of RGB (Red+Green+Blue) = 12+21+29=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C151D is #F3EAE2. Grayscale: #131313. Windows color (decimal): -15985379 or 1905932. OLE color: 1905932.

HSL color Cylindrical-coordinate representation of color #0C151D: hue angle of 208.24º 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 #0C151D is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB122129-
CMYK0.590.2800.89
HSL208.24º41.46%8.04%-
HSV(B)208.24º58.62%11.37%-
XYZ0.640.71.26-
YUV19.22133.52122.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.35%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=19.35%
G=33.87%
B=46.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1221290.590.2800.89208.2441.468.04
HexC151D3B1C059d0298
Octal142535733401313205110
Binary110010101111011110111110001011001110100001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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