#081D33

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

Shades of Black Pearl #081D33

Tints of Black Pearl #081D33

Color information

#081D33 (or 0x081D33) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 33. RGB value is (8,29,51). Sum of RGB (Red+Green+Blue) = 8+29+51=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #081D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D33 is #F7E2CC. Grayscale: #191919. Windows color (decimal): -16245453 or 3349768. OLE color: 3349768.

HSL color Cylindrical-coordinate representation of color #081D33: hue angle of 210.7º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081D33 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB82951-
CMYK0.840.4300.8
HSL210.7º72.88%11.57%-
HSV(B)210.7º84.31%20%-
XYZ1.141.173.3-
YUV25.23142.54115.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 51 (20.31% from 255) = 57.95%
R=9.09%
G=32.95%
B=57.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal829510.840.4300.8210.772.8811.57
Hex81D33542B050d349c
Octal10356312453012032311114
Binary1000111011100111010100101011010100001101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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