#081B31

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

Shades of Black Pearl #081B31

Tints of Black Pearl #081B31

Color information

#081B31 (or 0x081B31) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 31. RGB value is (8,27,49). Sum of RGB (Red+Green+Blue) = 8+27+49=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #081B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B31 is #F7E4CE. Grayscale: #171717. Windows color (decimal): -16245967 or 3218184. OLE color: 3218184.

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

Color convert

RGB82749-
CMYK0.840.4500.81
HSL212.2º71.93%11.18%-
HSV(B)212.2º83.67%19.22%-
XYZ1.051.063.05-
YUV23.83142.21116.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=9.52%
G=32.14%
B=58.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal827490.840.4500.81212.271.9311.18
Hex81B31542D051d448b
Octal10336112455012132411013
Binary1000110111100011010100101101010100011101010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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