Html Css Color HEX #302E20 Maire

📋 copy color: '#302E20'

red 48 ◦ green 46 ◦ blue 32

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

Shades of Maire #302E20

Tints of Maire #302E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 38.1%
G = 36.51%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#302E20 (or 0x302E20) is known color: Maire. HEX triplet: 30, 2E and 20. RGB value is (48,46,32). Sum of RGB (Red+Green+Blue) = 48+46+32=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E20 is #CFD1DF. Grayscale: #2D2D2D. Windows color (decimal): -13619680 or 2108976. OLE color: 2108976.

HSL color Cylindrical-coordinate representation of color #302E20: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302E20 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 46 32 -
CMYK 0 0.04 0.33 0.81
HSL 52.5º 0.2% 0.16% -
HSV(B) 52.5º 0.33% 0.19% -
XYZ 2.46 2.69 1.76 -
YUV 45 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 48 46 32 0 0.04 0.33 0.81 52.5 0.2 0.16
Hex 30 2E 20 0 4 21 51 34 14 10
Octal 60 56 40 0 4 41 121 64 24 20
Binary 110000 101110 100000 0 100 100001 1010001 110100 10100 10000

Color Harmonies of #302E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E20

Black with #302E20

Text Example


Text Example

White with #302E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,46,32); }

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

background-color css

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

 a { background-color: rgb(48,46,32); }

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

border-color css

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

 span { border-color: rgb(48,46,32); }

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