#081B2D

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

Shades of Black Pearl #081B2D

Tints of Black Pearl #081B2D

Color information

#081B2D (or 0x081B2D) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 2D. RGB value is (8,27,45). Sum of RGB (Red+Green+Blue) = 8+27+45=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #081B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2D is #F7E4D2. Grayscale: #171717. Windows color (decimal): -16245971 or 2956040. OLE color: 2956040.

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

Color convert

RGB82745-
CMYK0.820.400.82
HSL209.19º69.81%10.39%-
HSV(B)209.19º82.22%17.65%-
XYZ0.971.022.63-
YUV23.37140.21117.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=10%
G=33.75%
B=56.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal827450.820.400.82209.1969.8110.39
Hex81B2D5228052d146a
Octal10335512250012232110612
Binary1000110111011011010010101000010100101101000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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