Html Css Color HEX #302C20 Maire

📋 copy color: '#302C20'

red 48 ◦ green 44 ◦ blue 32

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

Shades of Maire #302C20

Tints of Maire #302C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.48%

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

R = 38.71%
G = 35.48%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#302C20 (or 0x302C20) is known color: Maire. HEX triplet: 30, 2C and 20. RGB value is (48,44,32). Sum of RGB (Red+Green+Blue) = 48+44+32=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C20 is #CFD3DF. Grayscale: #2B2B2B. Windows color (decimal): -13620192 or 2108464. OLE color: 2108464.

HSL color Cylindrical-coordinate representation of color #302C20: hue angle of 45º 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 #302C20 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 44 32 -
CMYK 0 0.08 0.33 0.81
HSL 45º 0.2% 0.16% -
HSV(B) 45º 0.33% 0.19% -
XYZ 2.38 2.53 1.73 -
YUV 43.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 48 44 32 0 0.08 0.33 0.81 45 0.2 0.16
Hex 30 2C 20 0 8 21 51 2D 14 10
Octal 60 54 40 0 10 41 121 55 24 20
Binary 110000 101100 100000 0 1000 100001 1010001 101101 10100 10000

Color Harmonies of #302C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C20

Black with #302C20

Text Example


Text Example

White with #302C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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