Html Css Color HEX #081828 Black Pearl

📋 copy color: '#081828'

red 8 ◦ green 24 ◦ blue 40

#081828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #081828

Tints of Black Pearl #081828

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 value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#081828 (or 0x081828) is known color: 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

RGB 8 24 40 -
CMYK 0.80 0.40 0 0.84
HSL 210º 0.67% 0.09% -
HSV(B) 210º 0.8% 0.16% -
XYZ 0.81 0.86 2.13 -
YUV 21.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 8 24 40 0.80 0.40 0 0.84 210 0.67 0.09
Hex 8 18 28 50 28 0 54 D2 43 9
Octal 10 30 50 120 50 0 124 322 103 11
Binary 1000 11000 101000 1010000 101000 0 1010100 11010010 1000011 1001

Color Harmonies of #081828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081828

Black with #081828

Text Example


Text Example

White with #081828

Text Example


Text Example

HTML Codes & Css Web 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>