#302D19

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

Shades of Maire #302D19

Tints of Maire #302D19

Color information

#302D19 (or 0x302D19) is unknown color: approx Maire. HEX triplet: 30, 2D and 19. RGB value is (48,45,25). Sum of RGB (Red+Green+Blue) = 48+45+25=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D19 is #CFD2E6. Grayscale: #2B2B2B. Windows color (decimal): -13619943 or 1649968. OLE color: 1649968.

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

Color convert

RGB484525-
CMYK00.060.480.81
HSL52.17º31.51%14.31%-
HSV(B)52.17º47.92%18.82%-
XYZ2.332.581.29-
YUV43.62117.49131.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=40.68%
G=38.14%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452500.060.480.8152.1731.5114.31
Hex302D190630513420e
Octal6055310660121644016
Binary11000010110111001011011000010100011101001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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