Html Css Color HEX #302E19 Maire

📋 copy color: '#302E19'

red 48 ◦ green 46 ◦ blue 25

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

Shades of Maire #302E19

Tints of Maire #302E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 40.34%
G = 38.66%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#302E19 (or 0x302E19) is known color: Maire. HEX triplet: 30, 2E and 19. RGB value is (48,46,25). Sum of RGB (Red+Green+Blue) = 48+46+25=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E19 is #CFD1E6. Grayscale: #2C2C2C. Windows color (decimal): -13619687 or 1650224. OLE color: 1650224.

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

Color convert

RGB 48 46 25 -
CMYK 0 0.04 0.48 0.81
HSL 54.78º 0.32% 0.14% -
HSV(B) 54.78º 0.48% 0.19% -
XYZ 2.37 2.65 1.31 -
YUV 44.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 48 46 25 0 0.04 0.48 0.81 54.78 0.32 0.14
Hex 30 2E 19 0 4 30 51 37 20 E
Octal 60 56 31 0 4 60 121 67 40 16
Binary 110000 101110 11001 0 100 110000 1010001 110111 100000 1110

Color Harmonies of #302E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E19

Black with #302E19

Text Example


Text Example

White with #302E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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