#302502

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

Shades of Maire #302502

Tints of Maire #302502

Color information

#302502 (or 0x302502) is unknown color: approx Maire. HEX triplet: 30, 25 and 02. RGB value is (48,37,2). Sum of RGB (Red+Green+Blue) = 48+37+2=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #302502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302502 is #CFDAFD. Grayscale: #242424. Windows color (decimal): -13622014 or 140592. OLE color: 140592.

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

Color convert

RGB48372-
CMYK00.230.960.81
HSL45.65º92%9.8%-
HSV(B)45.65º95.83%18.82%-
XYZ1.891.960.34-
YUV36.3108.64136.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=55.17%
G=42.53%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4837200.230.960.8145.65929.8
Hex3025201760512e5ca
Octal604520271401215613412
Binary110000100101100101111100000101000110111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302502; }

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

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

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

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

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

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

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

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