#302D0D

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

Shades of Maire #302D0D

Tints of Maire #302D0D

Color information

#302D0D (or 0x302D0D) is unknown color: approx Maire. HEX triplet: 30, 2D and 0D. RGB value is (48,45,13). Sum of RGB (Red+Green+Blue) = 48+45+13=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0D is #CFD2F2. Grayscale: #2A2A2A. Windows color (decimal): -13619955 or 863536. OLE color: 863536.

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

Color convert

RGB484513-
CMYK00.060.730.81
HSL54.86º57.38%11.96%-
HSV(B)54.86º72.92%18.82%-
XYZ2.232.530.75-
YUV42.25111.49132.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=45.28%
G=42.45%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48451300.060.730.8154.8657.3811.96
Hex302DD0649513739c
Octal60551506111121677114
Binary11000010110111010110100100110100011101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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