Html Css Color HEX #082329 Black Pearl

📋 copy color: '#082329'

red 8 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #082329

Tints of Black Pearl #082329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

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

R = 9.52%
G = 41.67%
B = 48.81%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#082329 (or 0x082329) is known color: Black Pearl. HEX triplet: 08, 23 and 29. RGB value is (8,35,41). Sum of RGB (Red+Green+Blue) = 8+35+41=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #082329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082329 is #F7DCD6. Grayscale: #1B1B1B. Windows color (decimal): -16243927 or 2695944. OLE color: 2695944.

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

Color convert

RGB 8 35 41 -
CMYK 0.80 0.15 0 0.84
HSL 190.91º 0.67% 0.1% -
HSV(B) 190.91º 0.8% 0.16% -
XYZ 1.1 1.41 2.31 -
YUV 27.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 8 35 41 0.80 0.15 0 0.84 190.91 0.67 0.1
Hex 8 23 29 50 F 0 54 BF 43 A
Octal 10 43 51 120 17 0 124 277 103 12
Binary 1000 100011 101001 1010000 1111 0 1010100 10111111 1000011 1010

Color Harmonies of #082329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082329

Black with #082329

Text Example


Text Example

White with #082329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082329; }

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

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

background-color css

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

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

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

border-color css

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

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

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