#0C1117

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

Shades of Black Pearl #0C1117

Tints of Black Pearl #0C1117

Color information

#0C1117 (or 0x0C1117) is unknown color: approx Black Pearl. HEX triplet: 0C, 11 and 17. RGB value is (12,17,23). Sum of RGB (Red+Green+Blue) = 12+17+23=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1117 is #F3EEE8. Grayscale: #101010. Windows color (decimal): -15986409 or 1511692. OLE color: 1511692.

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

Color convert

RGB121723-
CMYK0.480.2600.91
HSL212.73º31.43%6.86%-
HSV(B)212.73º47.83%9.02%-
XYZ0.510.540.89-
YUV16.19131.84125.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=23.08%
G=32.69%
B=44.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1217230.480.2600.91212.7331.436.86
HexC1117301A05Bd51f7
Octal14212760320133325377
Binary1100100011011111000011010010110111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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