#081B2B

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

Shades of Black Pearl #081B2B

Tints of Black Pearl #081B2B

Color information

#081B2B (or 0x081B2B) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 2B. RGB value is (8,27,43). Sum of RGB (Red+Green+Blue) = 8+27+43=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #081B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2B is #F7E4D4. Grayscale: #171717. Windows color (decimal): -16245973 or 2824968. OLE color: 2824968.

HSL color Cylindrical-coordinate representation of color #081B2B: hue angle of 207.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081B2B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB82743-
CMYK0.810.3700.83
HSL207.43º68.63%10%-
HSV(B)207.43º81.4%16.86%-
XYZ0.931.012.43-
YUV23.14139.21117.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=10.26%
G=34.62%
B=55.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal827430.810.3700.83207.4368.6310
Hex81B2B5125053cf45a
Octal10335312145012331710512
Binary1000110111010111010001100101010100111100111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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