#081E27

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

Shades of Black Pearl #081E27

Tints of Black Pearl #081E27

Color information

#081E27 (or 0x081E27) is unknown color: approx Black Pearl. HEX triplet: 08, 1E and 27. RGB value is (8,30,39). Sum of RGB (Red+Green+Blue) = 8+30+39=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #081E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E27 is #F7E1D8. Grayscale: #181818. Windows color (decimal): -16245209 or 2563592. OLE color: 2563592.

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

Color convert

RGB83039-
CMYK0.790.2300.85
HSL197.42º65.96%9.22%-
HSV(B)197.42º79.49%15.29%-
XYZ0.931.132.09-
YUV24.45136.21116.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=10.39%
G=38.96%
B=50.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal830390.790.2300.85197.4265.969.22
Hex81E274F17055c5429
Octal10364711727012530510211
Binary100011110100111100111110111010101011100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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