#081426

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

Shades of Black Pearl #081426

Tints of Black Pearl #081426

Color information

#081426 (or 0x081426) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 26. RGB value is (8,20,38). Sum of RGB (Red+Green+Blue) = 8+20+38=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #081426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081426 is #F7EBD9. Grayscale: #121212. Windows color (decimal): -16247770 or 2495496. OLE color: 2495496.

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

Color convert

RGB82038-
CMYK0.790.4700.85
HSL216º65.22%9.02%-
HSV(B)216º78.95%14.9%-
XYZ0.70.691.93-
YUV18.46139.02120.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=12.12%
G=30.30%
B=57.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal820380.790.4700.8521665.229.02
Hex814264F2F055d8419
Octal10244611757012533010111
Binary1000101001001101001111101111010101011101100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081426; }

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

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

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

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

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

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

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

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