#081D32

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

Shades of Black Pearl #081D32

Tints of Black Pearl #081D32

Color information

#081D32 (or 0x081D32) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 32. RGB value is (8,29,50). Sum of RGB (Red+Green+Blue) = 8+29+50=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #081D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D32 is #F7E2CD. Grayscale: #191919. Windows color (decimal): -16245454 or 3284232. OLE color: 3284232.

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

Color convert

RGB82950-
CMYK0.840.4200.80
HSL210º72.41%11.37%-
HSV(B)210º84%19.61%-
XYZ1.121.163.18-
YUV25.12142.04115.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 57.47%
R=9.20%
G=33.33%
B=57.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal829500.840.4200.8021072.4111.37
Hex81D32542A050d248b
Octal10356212452012032211013
Binary1000111011100101010100101010010100001101001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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