#302D09

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

Shades of Maire #302D09

Tints of Maire #302D09

Color information

#302D09 (or 0x302D09) is unknown color: approx Maire. HEX triplet: 30, 2D and 09. RGB value is (48,45,9). Sum of RGB (Red+Green+Blue) = 48+45+9=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D09 is #CFD2F6. Grayscale: #292929. Windows color (decimal): -13619959 or 601392. OLE color: 601392.

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

Color convert

RGB48459-
CMYK00.060.810.81
HSL55.38º68.42%11.18%-
HSV(B)55.38º81.25%18.82%-
XYZ2.212.520.63-
YUV41.79109.49132.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=47.06%
G=44.12%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4845900.060.810.8155.3868.4211.18
Hex302D90651513744b
Octal605511061211216710413
Binary110000101101100101101010001101000111011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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