#0C191A

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

Shades of Black Pearl #0C191A

Tints of Black Pearl #0C191A

Color information

#0C191A (or 0x0C191A) is unknown color: approx Black Pearl. HEX triplet: 0C, 19 and 1A. RGB value is (12,25,26). Sum of RGB (Red+Green+Blue) = 12+25+26=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191A is #F3E6E5. Grayscale: #151515. Windows color (decimal): -15984358 or 1710348. OLE color: 1710348.

HSL color Cylindrical-coordinate representation of color #0C191A: hue angle of 184.29º 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 #0C191A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB122526-
CMYK0.540.0400.90
HSL184.29º36.84%7.45%-
HSV(B)184.29º53.85%10.2%-
XYZ0.690.851.1-
YUV21.23130.69121.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.05%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=19.05%
G=39.68%
B=41.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1225260.540.0400.90184.2936.847.45
HexC191A36405Ab8257
Octal1431326640132270457
Binary110011001110101101101000101101010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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