#081C31

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

Shades of Black Pearl #081C31

Tints of Black Pearl #081C31

Color information

#081C31 (or 0x081C31) is unknown color: approx Black Pearl. HEX triplet: 08, 1C and 31. RGB value is (8,28,49). Sum of RGB (Red+Green+Blue) = 8+28+49=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #081C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C31 is #F7E3CE. Grayscale: #181818. Windows color (decimal): -16245711 or 3218440. OLE color: 3218440.

HSL color Cylindrical-coordinate representation of color #081C31: hue angle of 210.73º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081C31 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB82849-
CMYK0.840.4300.81
HSL210.73º71.93%11.18%-
HSV(B)210.73º83.67%19.22%-
XYZ1.071.13.06-
YUV24.41141.87116.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=9.41%
G=32.94%
B=57.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal828490.840.4300.81210.7371.9311.18
Hex81C31542B051d348b
Octal10346112453012132311013
Binary1000111001100011010100101011010100011101001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,49); }

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

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

 a { background-color: rgb(8,28,49); }

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

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

 span { border-color: rgb(8,28,49); }

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