#302C10

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

Shades of Maire #302C10

Tints of Maire #302C10

Color information

#302C10 (or 0x302C10) is unknown color: approx Maire. HEX triplet: 30, 2C and 10. RGB value is (48,44,16). Sum of RGB (Red+Green+Blue) = 48+44+16=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C10 is #CFD3EF. Grayscale: #2A2A2A. Windows color (decimal): -13620208 or 1059888. OLE color: 1059888.

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

Color convert

RGB484416-
CMYK00.080.670.81
HSL52.5º50%12.55%-
HSV(B)52.5º66.67%18.82%-
XYZ2.212.470.85-
YUV42113.33132.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=44.44%
G=40.74%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48441600.080.670.8152.55012.55
Hex302C100843513432d
Octal605420010103121646215
Binary1100001011001000001000100001110100011101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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