#081626

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

Shades of Black Pearl #081626

Tints of Black Pearl #081626

Color information

#081626 (or 0x081626) is unknown color: approx Black Pearl. HEX triplet: 08, 16 and 26. RGB value is (8,22,38). Sum of RGB (Red+Green+Blue) = 8+22+38=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #081626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081626 is #F7E9D9. Grayscale: #131313. Windows color (decimal): -16247258 or 2496008. OLE color: 2496008.

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

Color convert

RGB82238-
CMYK0.790.4200.85
HSL212º65.22%9.02%-
HSV(B)212º78.95%14.9%-
XYZ0.740.771.94-
YUV19.64138.36119.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 38 (15.23% from 255) = 55.88%
R=11.76%
G=32.35%
B=55.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal822380.790.4200.8521265.229.02
Hex816264F2A055d4419
Octal10264611752012532410111
Binary1000101101001101001111101010010101011101010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081626; }

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

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

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

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

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

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

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

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