#0C1617

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

Shades of Black Pearl #0C1617

Tints of Black Pearl #0C1617

Color information

#0C1617 (or 0x0C1617) is unknown color: approx Black Pearl. HEX triplet: 0C, 16 and 17. RGB value is (12,22,23). Sum of RGB (Red+Green+Blue) = 12+22+23=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1617 is #F3E9E8. Grayscale: #131313. Windows color (decimal): -15985129 or 1512972. OLE color: 1512972.

HSL color Cylindrical-coordinate representation of color #0C1617: hue angle of 185.45º 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 #0C1617 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB122223-
CMYK0.480.0400.91
HSL185.45º31.43%6.86%-
HSV(B)185.45º47.83%9.02%-
XYZ0.590.710.92-
YUV19.12130.19122.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=21.05%
G=38.60%
B=40.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1222230.480.0400.91185.4531.436.86
HexC161730405Bb91f7
Octal1426276040133271377
Binary11001011010111110000100010110111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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