#081E31

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

Shades of Black Pearl #081E31

Tints of Black Pearl #081E31

Color information

#081E31 (or 0x081E31) is unknown color: approx Black Pearl. HEX triplet: 08, 1E and 31. RGB value is (8,30,49). Sum of RGB (Red+Green+Blue) = 8+30+49=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #081E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E31 is #F7E1CE. Grayscale: #191919. Windows color (decimal): -16245199 or 3218952. OLE color: 3218952.

HSL color Cylindrical-coordinate representation of color #081E31: hue angle of 207.8º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081E31 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB83049-
CMYK0.840.3900.81
HSL207.8º71.93%11.18%-
HSV(B)207.8º83.67%19.22%-
XYZ1.121.23.08-
YUV25.59141.21115.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=9.20%
G=34.48%
B=56.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal830490.840.3900.81207.871.9311.18
Hex81E315427051d048b
Octal10366112447012132011013
Binary1000111101100011010100100111010100011101000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081E31; }

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

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

<style>
 a { background-color: #081E31; }

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

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

<style>
 span { border-color: #081E31; }

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

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