Html Css Color HEX #082429 Black Pearl

📋 copy color: '#082429'

red 8 ◦ green 36 ◦ blue 41

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

Shades of Black Pearl #082429

Tints of Black Pearl #082429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

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

R = 9.41%
G = 42.35%
B = 48.24%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#082429 (or 0x082429) is known color: Black Pearl. HEX triplet: 08, 24 and 29. RGB value is (8,36,41). Sum of RGB (Red+Green+Blue) = 8+36+41=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #082429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082429 is #F7DBD6. Grayscale: #1C1C1C. Windows color (decimal): -16243671 or 2696200. OLE color: 2696200.

HSL color Cylindrical-coordinate representation of color #082429: hue angle of 189.09º 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 #082429 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 36 41 -
CMYK 0.80 0.12 0 0.84
HSL 189.09º 0.67% 0.1% -
HSV(B) 189.09º 0.8% 0.16% -
XYZ 1.13 1.47 2.32 -
YUV 28.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 8 36 41 0.80 0.12 0 0.84 189.09 0.67 0.1
Hex 8 24 29 50 C 0 54 BD 43 A
Octal 10 44 51 120 14 0 124 275 103 12
Binary 1000 100100 101001 1010000 1100 0 1010100 10111101 1000011 1010

Color Harmonies of #082429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082429

Black with #082429

Text Example


Text Example

White with #082429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082429; }

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

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

background-color css

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

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

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

border-color css

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

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

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