#0A191C

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

Shades of Black Pearl #0A191C

Tints of Black Pearl #0A191C

Color information

#0A191C (or 0x0A191C) is unknown color: approx Black Pearl. HEX triplet: 0A, 19 and 1C. RGB value is (10,25,28). Sum of RGB (Red+Green+Blue) = 10+25+28=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A191C is #F5E6E3. Grayscale: #141414. Windows color (decimal): -16115428 or 1841418. OLE color: 1841418.

HSL color Cylindrical-coordinate representation of color #0A191C: hue angle of 190º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A191C is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102528-
CMYK0.640.1100.89
HSL190º47.37%7.45%-
HSV(B)190º64.29%10.98%-
XYZ0.680.841.23-
YUV20.86132.03120.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=15.87%
G=39.68%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1025280.640.1100.8919047.377.45
HexA191C40B059be2f7
Octal123134100130131276577
Binary10101100111100100000010110101100110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,25,28); }

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

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

 a { background-color: rgb(10,25,28); }

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

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

 span { border-color: rgb(10,25,28); }

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