Html Css Color HEX #302E15 Maire

📋 copy color: '#302E15'

red 48 ◦ green 46 ◦ blue 21

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

Shades of Maire #302E15

Tints of Maire #302E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 41.74%
G = 40%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302E15 (or 0x302E15) is known color: Maire. HEX triplet: 30, 2E and 15. RGB value is (48,46,21). Sum of RGB (Red+Green+Blue) = 48+46+21=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E15 is #CFD1EA. Grayscale: #2B2B2B. Windows color (decimal): -13619691 or 1388080. OLE color: 1388080.

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

Color convert

RGB 48 46 21 -
CMYK 0 0.04 0.56 0.81
HSL 55.56º 0.39% 0.14% -
HSV(B) 55.56º 0.56% 0.19% -
XYZ 2.33 2.64 1.1 -
YUV 43.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 48 46 21 0 0.04 0.56 0.81 55.56 0.39 0.14
Hex 30 2E 15 0 4 38 51 38 27 E
Octal 60 56 25 0 4 70 121 70 47 16
Binary 110000 101110 10101 0 100 111000 1010001 111000 100111 1110

Color Harmonies of #302E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E15

Black with #302E15

Text Example


Text Example

White with #302E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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