#0C191E

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

Shades of Black Pearl #0C191E

Tints of Black Pearl #0C191E

Color information

#0C191E (or 0x0C191E) is unknown color: approx Black Pearl. HEX triplet: 0C, 19 and 1E. RGB value is (12,25,30). Sum of RGB (Red+Green+Blue) = 12+25+30=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191E is #F3E6E1. Grayscale: #151515. Windows color (decimal): -15984354 or 1972492. OLE color: 1972492.

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

Color convert

RGB122530-
CMYK0.600.1700.88
HSL196.67º42.86%8.24%-
HSV(B)196.67º60%11.76%-
XYZ0.730.871.36-
YUV21.68132.69121.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=17.91%
G=37.31%
B=44.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1225300.600.1700.88196.6742.868.24
HexC191E3C11058c52b8
Octal143136742101303055310
Binary110011001111101111001000101011000110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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