#302503

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

Shades of Maire #302503

Tints of Maire #302503

Color information

#302503 (or 0x302503) is unknown color: approx Maire. HEX triplet: 30, 25 and 03. RGB value is (48,37,3). Sum of RGB (Red+Green+Blue) = 48+37+3=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302503 is #CFDAFC. Grayscale: #242424. Windows color (decimal): -13622013 or 206128. OLE color: 206128.

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

Color convert

RGB48373-
CMYK00.230.940.81
HSL45.33º88.24%10%-
HSV(B)45.33º93.75%18.82%-
XYZ1.91.960.36-
YUV36.41109.14136.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=54.55%
G=42.05%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4837300.230.940.8145.3388.2410
Hex302530175E512d58a
Octal604530271361215513012
Binary110000100101110101111011110101000110110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302503; }

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

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

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

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

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

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

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

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