Html Css Color HEX #302E13 Maire

📋 copy color: '#302E13'

red 48 ◦ green 46 ◦ blue 19

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

Shades of Maire #302E13

Tints of Maire #302E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 42.48%
G = 40.71%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#302E13 (or 0x302E13) is known color: Maire. HEX triplet: 30, 2E and 13. RGB value is (48,46,19). Sum of RGB (Red+Green+Blue) = 48+46+19=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E13 is #CFD1EC. Grayscale: #2B2B2B. Windows color (decimal): -13619693 or 1257008. OLE color: 1257008.

HSL color Cylindrical-coordinate representation of color #302E13: hue angle of 55.86º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302E13 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 46 19 -
CMYK 0 0.04 0.60 0.81
HSL 55.86º 0.43% 0.13% -
HSV(B) 55.86º 0.6% 0.19% -
XYZ 2.31 2.63 1 -
YUV 43.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 48 46 19 0 0.04 0.60 0.81 55.86 0.43 0.13
Hex 30 2E 13 0 4 3C 51 38 2B D
Octal 60 56 23 0 4 74 121 70 53 15
Binary 110000 101110 10011 0 100 111100 1010001 111000 101011 1101

Color Harmonies of #302E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E13

Black with #302E13

Text Example


Text Example

White with #302E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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