#081B26

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

Shades of Black Pearl #081B26

Tints of Black Pearl #081B26

Color information

#081B26 (or 0x081B26) is unknown color: approx Black Pearl. HEX triplet: 08, 1B and 26. RGB value is (8,27,38). Sum of RGB (Red+Green+Blue) = 8+27+38=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #081B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B26 is #F7E4D9. Grayscale: #161616. Windows color (decimal): -16245978 or 2497288. OLE color: 2497288.

HSL color Cylindrical-coordinate representation of color #081B26: hue angle of 202º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081B26 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB82738-
CMYK0.790.2900.85
HSL202º65.22%9.02%-
HSV(B)202º78.95%14.9%-
XYZ0.840.981.98-
YUV22.57136.71117.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 38 (15.23% from 255) = 52.05%
R=10.96%
G=36.99%
B=52.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal827380.790.2900.8520265.229.02
Hex81B264F1D055ca419
Octal10334611735012531210111
Binary100011011100110100111111101010101011100101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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