Html Css Color HEX #302A29 Livid Brown

📋 copy color: '#302A29'

red 48 ◦ green 42 ◦ blue 41

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

Shades of Livid Brown #302A29

Tints of Livid Brown #302A29

RGB

 RED value IS 48 (19.14% from 255) = 36.64%

 GREEN value IS 42 (16.8% from 255) = 32.06%

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

R = 36.64%
G = 32.06%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302A29 (or 0x302A29) is known color: Livid Brown. HEX triplet: 30, 2A and 29. RGB value is (48,42,41). Sum of RGB (Red+Green+Blue) = 48+42+41=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A29 is #CFD5D6. Grayscale: #2B2B2B. Windows color (decimal): -13620695 or 2697776. OLE color: 2697776.

HSL color Cylindrical-coordinate representation of color #302A29: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302A29 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 42 41 -
CMYK 0 0.13 0.15 0.81
HSL 8.57º 0.08% 0.17% -
HSV(B) 8.57º 0.15% 0.19% -
XYZ 2.45 2.44 2.44 -
YUV 43.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 48 42 41 0 0.13 0.15 0.81 8.57 0.08 0.17
Hex 30 2A 29 0 D F 51 9 8 11
Octal 60 52 51 0 15 17 121 11 10 21
Binary 110000 101010 101001 0 1101 1111 1010001 1001 1000 10001

Color Harmonies of #302A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A29

Black with #302A29

Text Example


Text Example

White with #302A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302A29; }

 p { color: rgb(48,42,41); }

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

background-color css

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

 a { background-color: rgb(48,42,41); }

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

border-color css

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

 span { border-color: rgb(48,42,41); }

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