#081526

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

Shades of Black Pearl #081526

Tints of Black Pearl #081526

Color information

#081526 (or 0x081526) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 26. RGB value is (8,21,38). Sum of RGB (Red+Green+Blue) = 8+21+38=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #081526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081526 is #F7EAD9. Grayscale: #121212. Windows color (decimal): -16247514 or 2495752. OLE color: 2495752.

HSL color Cylindrical-coordinate representation of color #081526: hue angle of 214º 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 #081526 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB82138-
CMYK0.790.4500.85
HSL214º65.22%9.02%-
HSV(B)214º78.95%14.9%-
XYZ0.720.731.94-
YUV19.05138.69120.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 38 (15.23% from 255) = 56.72%
R=11.94%
G=31.34%
B=56.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal821380.790.4500.8521465.229.02
Hex815264F2D055d6419
Octal10254611755012532610111
Binary1000101011001101001111101101010101011101011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081526; }

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

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

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

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

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

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

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

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