#081D2E

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

Shades of Black Pearl #081D2E

Tints of Black Pearl #081D2E

Color information

#081D2E (or 0x081D2E) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 2E. RGB value is (8,29,46). Sum of RGB (Red+Green+Blue) = 8+29+46=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #081D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D2E is #F7E2D1. Grayscale: #181818. Windows color (decimal): -16245458 or 3022088. OLE color: 3022088.

HSL color Cylindrical-coordinate representation of color #081D2E: hue angle of 206.84º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081D2E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB82946-
CMYK0.830.3700.82
HSL206.84º70.37%10.59%-
HSV(B)206.84º82.61%18.04%-
XYZ1.031.132.75-
YUV24.66140.04116.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=9.64%
G=34.94%
B=55.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal829460.830.3700.82206.8470.3710.59
Hex81D2E5325052cf46b
Octal10355612345012231710613
Binary1000111011011101010011100101010100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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