#0C1417

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

Shades of Black Pearl #0C1417

Tints of Black Pearl #0C1417

Color information

#0C1417 (or 0x0C1417) is unknown color: approx Black Pearl. HEX triplet: 0C, 14 and 17. RGB value is (12,20,23). Sum of RGB (Red+Green+Blue) = 12+20+23=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1417 is #F3EBE8. Grayscale: #111111. Windows color (decimal): -15985641 or 1512460. OLE color: 1512460.

HSL color Cylindrical-coordinate representation of color #0C1417: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1417 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB122023-
CMYK0.480.1300.91
HSL196.36º31.43%6.86%-
HSV(B)196.36º47.83%9.02%-
XYZ0.560.640.9-
YUV17.95130.85123.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.82%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=21.82%
G=36.36%
B=41.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1220230.480.1300.91196.3631.436.86
HexC141730D05Bc41f7
Octal14242760150133304377
Binary110010100101111100001101010110111100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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