#081D27

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

Shades of Black Pearl #081D27

Tints of Black Pearl #081D27

Color information

#081D27 (or 0x081D27) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 27. RGB value is (8,29,39). Sum of RGB (Red+Green+Blue) = 8+29+39=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #081D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D27 is #F7E2D8. Grayscale: #171717. Windows color (decimal): -16245465 or 2563336. OLE color: 2563336.

HSL color Cylindrical-coordinate representation of color #081D27: hue angle of 199.35º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081D27 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB82939-
CMYK0.790.2600.85
HSL199.35º65.96%9.22%-
HSV(B)199.35º79.49%15.29%-
XYZ0.911.082.08-
YUV23.86136.54116.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=10.53%
G=38.16%
B=51.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal829390.790.2600.85199.3565.969.22
Hex81D274F1A055c7429
Octal10354711732012530710211
Binary100011101100111100111111010010101011100011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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