#08191A

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

Shades of Black Pearl #08191A

Tints of Black Pearl #08191A

Color information

#08191A (or 0x08191A) is unknown color: approx Black Pearl. HEX triplet: 08, 19 and 1A. RGB value is (8,25,26). Sum of RGB (Red+Green+Blue) = 8+25+26=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #08191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191A is #F7E6E5. Grayscale: #141414. Windows color (decimal): -16246502 or 1710344. OLE color: 1710344.

HSL color Cylindrical-coordinate representation of color #08191A: hue angle of 183.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #08191A is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB82526-
CMYK0.690.0400.90
HSL183.33º52.94%6.67%-
HSV(B)183.33º69.23%10.2%-
XYZ0.630.821.1-
YUV20.03131.37119.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=13.56%
G=42.37%
B=44.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal825260.690.0400.90183.3352.946.67
Hex8191A45405Ab7357
Octal10313210540132267657
Binary1000110011101010001011000101101010110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08191A; }

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

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

<style>
 a { background-color: #08191A; }

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

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

<style>
 span { border-color: #08191A; }

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

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