#302D12

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

Shades of Maire #302D12

Tints of Maire #302D12

Color information

#302D12 (or 0x302D12) is unknown color: approx Maire. HEX triplet: 30, 2D and 12. RGB value is (48,45,18). Sum of RGB (Red+Green+Blue) = 48+45+18=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #302D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D12 is #CFD2ED. Grayscale: #2A2A2A. Windows color (decimal): -13619950 or 1191216. OLE color: 1191216.

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

Color convert

RGB484518-
CMYK00.060.630.81
HSL54º45.45%12.94%-
HSV(B)54º62.5%18.82%-
XYZ2.272.550.94-
YUV42.82113.99131.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=43.24%
G=40.54%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451800.060.630.815445.4512.94
Hex302D12063F51362dd
Octal6055220677121665515
Binary11000010110110010011011111110100011101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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