#302D13

Color #302D13 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #302D13

Tints of Maire #302D13

Color information

#302D13 (or 0x302D13) is unknown color: approx 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

RGB484519-
CMYK00.060.600.81
HSL53.79º43.28%13.14%-
HSV(B)53.79º60.42%18.82%-
XYZ2.272.550.99-
YUV42.93114.49131.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451900.060.600.8153.7943.2813.14
Hex302D13063C51362bd
Octal6055230674121665315
Binary11000010110110011011011110010100011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>