#081B2F

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

Shades of Black Pearl #081B2F

Tints of Black Pearl #081B2F

Color information

#081B2F (or 0x081B2F) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 2F. RGB value is (8,27,47). Sum of RGB (Red+Green+Blue) = 8+27+47=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #081B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2F is #F7E4D0. Grayscale: #171717. Windows color (decimal): -16245969 or 3087112. OLE color: 3087112.

HSL color Cylindrical-coordinate representation of color #081B2F: hue angle of 210.77º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081B2F is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB82747-
CMYK0.830.4300.82
HSL210.77º70.91%10.78%-
HSV(B)210.77º82.98%18.43%-
XYZ1.011.042.84-
YUV23.6141.21116.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=9.76%
G=32.93%
B=57.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal827470.830.4300.82210.7770.9110.78
Hex81B2F532B052d347b
Octal10335712353012232310713
Binary1000110111011111010011101011010100101101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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