#302C17

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

Shades of Maire #302C17

Tints of Maire #302C17

Color information

#302C17 (or 0x302C17) is unknown color: approx Maire. HEX triplet: 30, 2C and 17. RGB value is (48,44,23). Sum of RGB (Red+Green+Blue) = 48+44+23=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C17 is #CFD3E8. Grayscale: #2A2A2A. Windows color (decimal): -13620201 or 1518640. OLE color: 1518640.

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

Color convert

RGB484423-
CMYK00.080.520.81
HSL50.4º35.21%13.92%-
HSV(B)50.4º52.08%18.82%-
XYZ2.272.491.17-
YUV42.8116.83131.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 23 (9.38% from 255) = 20%
R=41.74%
G=38.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48442300.080.520.8150.435.2113.92
Hex302C170834513223e
Octal60542701064121624316
Binary110000101100101110100011010010100011100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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