#0C1317

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

Shades of Black Pearl #0C1317

Tints of Black Pearl #0C1317

Color information

#0C1317 (or 0x0C1317) is unknown color: approx Black Pearl. HEX triplet: 0C, 13 and 17. RGB value is (12,19,23). Sum of RGB (Red+Green+Blue) = 12+19+23=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1317 is #F3ECE8. Grayscale: #111111. Windows color (decimal): -15985897 or 1512204. OLE color: 1512204.

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

Color convert

RGB121923-
CMYK0.480.1700.91
HSL201.82º31.43%6.86%-
HSV(B)201.82º47.83%9.02%-
XYZ0.540.610.9-
YUV17.36131.18124.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=22.22%
G=35.19%
B=42.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1219230.480.1700.91201.8231.436.86
HexC1317301105Bca1f7
Octal14232760210133312377
Binary1100100111011111000010001010110111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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