#302D17

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

Shades of Maire #302D17

Tints of Maire #302D17

Color information

#302D17 (or 0x302D17) is unknown color: approx Maire. HEX triplet: 30, 2D and 17. RGB value is (48,45,23). Sum of RGB (Red+Green+Blue) = 48+45+23=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D17 is #CFD2E8. Grayscale: #2B2B2B. Windows color (decimal): -13619945 or 1518896. OLE color: 1518896.

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

Color convert

RGB484523-
CMYK00.060.520.81
HSL52.8º35.21%13.92%-
HSV(B)52.8º52.08%18.82%-
XYZ2.312.571.18-
YUV43.39116.49131.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=41.38%
G=38.79%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48452300.060.520.8152.835.2113.92
Hex302D170634513523e
Octal6055270664121654316
Binary11000010110110111011011010010100011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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