#081D31

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

Shades of Black Pearl #081D31

Tints of Black Pearl #081D31

Color information

#081D31 (or 0x081D31) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 31. RGB value is (8,29,49). Sum of RGB (Red+Green+Blue) = 8+29+49=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #081D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D31 is #F7E2CE. Grayscale: #181818. Windows color (decimal): -16245455 or 3218696. OLE color: 3218696.

HSL color Cylindrical-coordinate representation of color #081D31: hue angle of 209.27º 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 #081D31 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB82949-
CMYK0.840.4100.81
HSL209.27º71.93%11.18%-
HSV(B)209.27º83.67%19.22%-
XYZ1.091.153.07-
YUV25141.54115.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=9.30%
G=33.72%
B=56.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal829490.840.4100.81209.2771.9311.18
Hex81D315429051d148b
Octal10356112451012132111013
Binary1000111011100011010100101001010100011101000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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