#302909

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

Shades of Maire #302909

Tints of Maire #302909

Color information

#302909 (or 0x302909) is unknown color: approx Maire. HEX triplet: 30, 29 and 09. RGB value is (48,41,9). Sum of RGB (Red+Green+Blue) = 48+41+9=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302909 is #CFD6F6. Grayscale: #272727. Windows color (decimal): -13620983 or 600368. OLE color: 600368.

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

Color convert

RGB48419-
CMYK00.150.810.81
HSL49.23º68.42%11.18%-
HSV(B)49.23º81.25%18.82%-
XYZ2.062.230.58-
YUV39.44110.82134.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=48.98%
G=41.84%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841900.150.810.8149.2368.4211.18
Hex302990F51513144b
Octal6051110171211216110413
Binary1100001010011001011111010001101000111000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302909; }

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

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

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

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

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

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

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

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