#081B34

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

Shades of Black Pearl #081B34

Tints of Black Pearl #081B34

Color information

#081B34 (or 0x081B34) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 34. RGB value is (8,27,52). Sum of RGB (Red+Green+Blue) = 8+27+52=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #081B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B34 is #F7E4CB. Grayscale: #181818. Windows color (decimal): -16245964 or 3414792. OLE color: 3414792.

HSL color Cylindrical-coordinate representation of color #081B34: hue angle of 214.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081B34 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB82752-
CMYK0.850.4800.80
HSL214.09º73.33%11.76%-
HSV(B)214.09º84.62%20.39%-
XYZ1.111.083.4-
YUV24.17143.71116.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 52 (20.70% from 255) = 59.77%
R=9.20%
G=31.03%
B=59.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal827520.850.4800.80214.0973.3311.76
Hex81B345530050d649c
Octal10336412560012032611114
Binary1000110111101001010101110000010100001101011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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