#302604

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

Shades of Maire #302604

Tints of Maire #302604

Color information

#302604 (or 0x302604) is unknown color: approx Maire. HEX triplet: 30, 26 and 04. RGB value is (48,38,4). Sum of RGB (Red+Green+Blue) = 48+38+4=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #302604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302604 is #CFD9FB. Grayscale: #252525. Windows color (decimal): -13621756 or 271920. OLE color: 271920.

HSL color Cylindrical-coordinate representation of color #302604: hue angle of 46.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #302604 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB48384-
CMYK00.210.920.81
HSL46.36º84.62%10.2%-
HSV(B)46.36º91.67%18.82%-
XYZ1.932.020.4-
YUV37.11109.31135.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=53.33%
G=42.22%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4838400.210.920.8146.3684.6210.2
Hex302640155C512e55a
Octal604640251341215612512
Binary1100001001101000101011011100101000110111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302604; }

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

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

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

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

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

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

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

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