#08191E

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

Shades of Black Pearl #08191E

Tints of Black Pearl #08191E

Color information

#08191E (or 0x08191E) is unknown color: approx Black Pearl. HEX triplet: 08, 19 and 1E. RGB value is (8,25,30). Sum of RGB (Red+Green+Blue) = 8+25+30=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #08191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191E is #F7E6E1. Grayscale: #141414. Windows color (decimal): -16246498 or 1972488. OLE color: 1972488.

HSL color Cylindrical-coordinate representation of color #08191E: hue angle of 193.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08191E is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82530-
CMYK0.730.1700.88
HSL193.64º57.89%7.45%-
HSV(B)193.64º73.33%11.76%-
XYZ0.680.841.35-
YUV20.49133.37119.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=12.70%
G=39.68%
B=47.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal825300.730.1700.88193.6457.897.45
Hex8191E4911058c23a7
Octal103136111210130302727
Binary100011001111101001001100010101100011000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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