#081828

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

Shades of Black Pearl #081828

Tints of Black Pearl #081828

Color information

#081828 (or 0x081828) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 28. RGB value is (8,24,40). Sum of RGB (Red+Green+Blue) = 8+24+40=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #081828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081828 is #F7E7D7. Grayscale: #141414. Windows color (decimal): -16246744 or 2627592. OLE color: 2627592.

HSL color Cylindrical-coordinate representation of color #081828: hue angle of 210º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #081828 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82440-
CMYK0.800.4000.84
HSL210º66.67%9.41%-
HSV(B)210º80%15.69%-
XYZ0.810.862.13-
YUV21.04138.7118.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal824400.800.4000.8421066.679.41
Hex818285028054d2439
Octal10305012050012432210311
Binary1000110001010001010000101000010101001101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081828; }

 p { color: rgb(8,24,40); }

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

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

 a { background-color: rgb(8,24,40); }

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

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

 span { border-color: rgb(8,24,40); }

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