#0C171A

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

Shades of Black Pearl #0C171A

Tints of Black Pearl #0C171A

Color information

#0C171A (or 0x0C171A) is unknown color: approx Black Pearl. HEX triplet: 0C, 17 and 1A. RGB value is (12,23,26). Sum of RGB (Red+Green+Blue) = 12+23+26=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C171A is #F3E8E5. Grayscale: #141414. Windows color (decimal): -15984870 or 1709836. OLE color: 1709836.

HSL color Cylindrical-coordinate representation of color #0C171A: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C171A is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB122326-
CMYK0.540.1200.90
HSL192.86º36.84%7.45%-
HSV(B)192.86º53.85%10.2%-
XYZ0.640.771.09-
YUV20.05131.36122.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=19.67%
G=37.70%
B=42.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1223260.540.1200.90192.8636.847.45
HexC171A36C05Ac1257
Octal14273266140132301457
Binary1100101111101011011011000101101011000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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