#302400

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

Shades of Maire #302400

Tints of Maire #302400

Color information

#302400 (or 0x302400) is unknown color: approx Maire. HEX triplet: 30, 24 and 00. RGB value is (48,36,0). Sum of RGB (Red+Green+Blue) = 48+36+0=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #302400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302400 is #CFDBFF. Grayscale: #232323. Windows color (decimal): -13622272 or 9264. OLE color: 9264.

HSL color Cylindrical-coordinate representation of color #302400: hue angle of 45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #302400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48360-
CMYK00.2510.81
HSL45º100%9.41%-
HSV(B)45º100%18.82%-
XYZ1.851.890.27-
YUV35.48107.98136.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4836000.2510.81451009.41
Hex3024001964512d649
Octal604400311441215514411
Binary11000010010000110011100100101000110110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302400; }

 p { color: rgb(48,36,0); }

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

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

 a { background-color: rgb(48,36,0); }

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

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

 span { border-color: rgb(48,36,0); }

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