#081F27

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

Shades of Black Pearl #081F27

Tints of Black Pearl #081F27

Color information

#081F27 (or 0x081F27) is unknown color: approx Black Pearl. HEX triplet: 08, 1F and 27. RGB value is (8,31,39). Sum of RGB (Red+Green+Blue) = 8+31+39=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #081F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F27 is #F7E0D8. Grayscale: #181818. Windows color (decimal): -16244953 or 2563848. OLE color: 2563848.

HSL color Cylindrical-coordinate representation of color #081F27: hue angle of 195.48º 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 #081F27 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB83139-
CMYK0.790.2100.85
HSL195.48º65.96%9.22%-
HSV(B)195.48º79.49%15.29%-
XYZ0.961.182.1-
YUV25.03135.88115.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 39 (15.62% from 255) = 50%
R=10.26%
G=39.74%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal831390.790.2100.85195.4865.969.22
Hex81F274F15055c3429
Octal10374711725012530310211
Binary100011111100111100111110101010101011100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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