#0C1115

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

Shades of Black Pearl #0C1115

Tints of Black Pearl #0C1115

Color information

#0C1115 (or 0x0C1115) is unknown color: approx Black Pearl. HEX triplet: 0C, 11 and 15. RGB value is (12,17,21). Sum of RGB (Red+Green+Blue) = 12+17+21=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1115 is #F3EEEA. Grayscale: #0F0F0F. Windows color (decimal): -15986411 or 1380620. OLE color: 1380620.

HSL color Cylindrical-coordinate representation of color #0C1115: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1115 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB121721-
CMYK0.430.1900.92
HSL206.67º27.27%6.47%-
HSV(B)206.67º42.86%8.24%-
XYZ0.490.530.79-
YUV15.96130.84125.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 21 (8.59% from 255) = 42%
R=24%
G=34%
B=42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1217210.430.1900.92206.6727.276.47
HexC11152B1305Ccf1b6
Octal14212553230134317336
Binary1100100011010110101110011010111001100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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