#302D14

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

Shades of Maire #302D14

Tints of Maire #302D14

Color information

#302D14 (or 0x302D14) is unknown color: approx Maire. HEX triplet: 30, 2D and 14. RGB value is (48,45,20). Sum of RGB (Red+Green+Blue) = 48+45+20=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D14 is #CFD2EB. Grayscale: #2B2B2B. Windows color (decimal): -13619948 or 1322288. OLE color: 1322288.

HSL color Cylindrical-coordinate representation of color #302D14: hue angle of 53.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302D14 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB484520-
CMYK00.060.580.81
HSL53.57º41.18%13.33%-
HSV(B)53.57º58.33%18.82%-
XYZ2.282.561.03-
YUV43.05114.99131.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=42.48%
G=39.82%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452000.060.580.8153.5741.1813.33
Hex302D14063A513629d
Octal6055240672121665115
Binary11000010110110100011011101010100011101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #302D14;
 }
 .AnyTagClassName
 {
   color: #302D14;
 }
</style>
background-color css

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

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

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

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

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

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