#081B2A

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

Shades of Black Pearl #081B2A

Tints of Black Pearl #081B2A

Color information

#081B2A (or 0x081B2A) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 2A. RGB value is (8,27,42). Sum of RGB (Red+Green+Blue) = 8+27+42=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #081B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2A is #F7E4D5. Grayscale: #161616. Windows color (decimal): -16245974 or 2759432. OLE color: 2759432.

HSL color Cylindrical-coordinate representation of color #081B2A: hue angle of 206.47º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081B2A is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82742-
CMYK0.810.3600.84
HSL206.47º68%9.8%-
HSV(B)206.47º80.95%16.47%-
XYZ0.9112.34-
YUV23.03138.71117.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=10.39%
G=35.06%
B=54.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal827420.810.3600.84206.47689.8
Hex81B2A5124054ce44a
Octal10335212144012431610412
Binary1000110111010101010001100100010101001100111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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