#302609

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

Shades of Maire #302609

Tints of Maire #302609

Color information

#302609 (or 0x302609) is unknown color: approx Maire. HEX triplet: 30, 26 and 09. RGB value is (48,38,9). Sum of RGB (Red+Green+Blue) = 48+38+9=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302609 is #CFD9F6. Grayscale: #252525. Windows color (decimal): -13621751 or 599600. OLE color: 599600.

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

Color convert

RGB48389-
CMYK00.210.810.81
HSL44.62º68.42%11.18%-
HSV(B)44.62º81.25%18.82%-
XYZ1.962.030.55-
YUV37.68111.81135.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=50.53%
G=40%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4838900.210.810.8144.6268.4211.18
Hex3026901551512d44b
Octal6046110251211215510413
Binary11000010011010010101011010001101000110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302609; }

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

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

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

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

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

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

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

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