#0C171E

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

Shades of Black Pearl #0C171E

Tints of Black Pearl #0C171E

Color information

#0C171E (or 0x0C171E) is unknown color: approx Black Pearl. HEX triplet: 0C, 17 and 1E. RGB value is (12,23,30). Sum of RGB (Red+Green+Blue) = 12+23+30=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C171E is #F3E8E1. Grayscale: #141414. Windows color (decimal): -15984866 or 1971980. OLE color: 1971980.

HSL color Cylindrical-coordinate representation of color #0C171E: hue angle of 203.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C171E is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB122330-
CMYK0.600.2300.88
HSL203.33º42.86%8.24%-
HSV(B)203.33º60%11.76%-
XYZ0.690.781.34-
YUV20.51133.36121.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.46%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=18.46%
G=35.38%
B=46.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1223300.600.2300.88203.3342.868.24
HexC171E3C17058cb2b8
Octal142736742701303135310
Binary110010111111101111001011101011000110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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