#081931

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

Shades of Black Pearl #081931

Tints of Black Pearl #081931

Color information

#081931 (or 0x081931) is unknown color: approx Black Pearl. HEX triplet: 08, 19 and 31. RGB value is (8,25,49). Sum of RGB (Red+Green+Blue) = 8+25+49=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #081931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081931 is #F7E6CE. Grayscale: #161616. Windows color (decimal): -16246479 or 3217672. OLE color: 3217672.

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

Color convert

RGB82549-
CMYK0.840.4900.81
HSL215.12º71.93%11.18%-
HSV(B)215.12º83.67%19.22%-
XYZ10.973.04-
YUV22.65142.87117.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=9.76%
G=30.49%
B=59.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal825490.840.4900.81215.1271.9311.18
Hex819315431051d748b
Octal10316112461012132711013
Binary1000110011100011010100110001010100011101011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081931; }

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

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

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

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

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

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

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

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