#08131E

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

Shades of Black Pearl #08131E

Tints of Black Pearl #08131E

Color information

#08131E (or 0x08131E) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 1E. RGB value is (8,19,30). Sum of RGB (Red+Green+Blue) = 8+19+30=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #08131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08131E is #F7ECE1. Grayscale: #101010. Windows color (decimal): -16248034 or 1970952. OLE color: 1970952.

HSL color Cylindrical-coordinate representation of color #08131E: hue angle of 210º 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 #08131E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81930-
CMYK0.730.3700.88
HSL210º57.89%7.45%-
HSV(B)210º73.33%11.76%-
XYZ0.570.611.32-
YUV16.96135.36121.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=14.04%
G=33.33%
B=52.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal819300.730.3700.8821057.897.45
Hex8131E4925058d23a7
Octal102336111450130322727
Binary1000100111111010010011001010101100011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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