Html Css Color HEX #302D13 Maire

📋 copy color: '#302D13'

red 48 ◦ green 45 ◦ blue 19

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

Shades of Maire #302D13

Tints of Maire #302D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.18%

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

R = 42.86%
G = 40.18%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#302D13 (or 0x302D13) is known color: Maire. HEX triplet: 30, 2D and 13. RGB value is (48,45,19). Sum of RGB (Red+Green+Blue) = 48+45+19=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D13 is #CFD2EC. Grayscale: #2B2B2B. Windows color (decimal): -13619949 or 1256752. OLE color: 1256752.

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

Color convert

RGB 48 45 19 -
CMYK 0 0.06 0.60 0.81
HSL 53.79º 0.43% 0.13% -
HSV(B) 53.79º 0.6% 0.19% -
XYZ 2.27 2.55 0.99 -
YUV 42.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 48 45 19 0 0.06 0.60 0.81 53.79 0.43 0.13
Hex 30 2D 13 0 6 3C 51 36 2B D
Octal 60 55 23 0 6 74 121 66 53 15
Binary 110000 101101 10011 0 110 111100 1010001 110110 101011 1101

Color Harmonies of #302D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302D13

Black with #302D13

Text Example


Text Example

White with #302D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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