#302504

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

Shades of Maire #302504

Tints of Maire #302504

Color information

#302504 (or 0x302504) is unknown color: approx Maire. HEX triplet: 30, 25 and 04. RGB value is (48,37,4). Sum of RGB (Red+Green+Blue) = 48+37+4=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #302504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302504 is #CFDAFB. Grayscale: #242424. Windows color (decimal): -13622012 or 271664. OLE color: 271664.

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

Color convert

RGB48374-
CMYK00.230.920.81
HSL45º84.62%10.2%-
HSV(B)45º91.67%18.82%-
XYZ1.91.960.39-
YUV36.53109.64136.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=53.93%
G=41.57%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4837400.230.920.814584.6210.2
Hex302540175C512d55a
Octal604540271341215512512
Binary1100001001011000101111011100101000110110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302504; }

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

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

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

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

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

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

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

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