Html Css Color HEX #081629 Black Pearl

📋 copy color: '#081629'

red 8 ◦ green 22 ◦ blue 41

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

Shades of Black Pearl #081629

Tints of Black Pearl #081629

RGB

 RED value IS 8 (3.52% from 255) = 11.27%

 GREEN value IS 22 (8.98% from 255) = 30.99%

 BLUE value IS 41 (16.41% from 255) = 57.75%

R = 11.27%
G = 30.99%
B = 57.75%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#081629 (or 0x081629) is known color: Black Pearl. HEX triplet: 08, 16 and 29. RGB value is (8,22,41). Sum of RGB (Red+Green+Blue) = 8+22+41=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #081629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081629 is #F7E9D6. Grayscale: #131313. Windows color (decimal): -16247255 or 2692616. OLE color: 2692616.

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

Color convert

RGB 8 22 41 -
CMYK 0.80 0.46 0 0.84
HSL 214.55º 0.67% 0.1% -
HSV(B) 214.55º 0.8% 0.16% -
XYZ 0.79 0.79 2.21 -
YUV 19.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 8 22 41 0.80 0.46 0 0.84 214.55 0.67 0.1
Hex 8 16 29 50 2E 0 54 D7 43 A
Octal 10 26 51 120 56 0 124 327 103 12
Binary 1000 10110 101001 1010000 101110 0 1010100 11010111 1000011 1010

Color Harmonies of #081629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081629

Black with #081629

Text Example


Text Example

White with #081629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081629; }

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

 H1.HeaderClassName
 {
   color: #081629;
 }
 .AnyTagClassName
 {
   color: #081629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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