#302600

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

Shades of Maire #302600

Tints of Maire #302600

Color information

#302600 (or 0x302600) is unknown color: approx Maire. HEX triplet: 30, 26 and 00. RGB value is (48,38,0). Sum of RGB (Red+Green+Blue) = 48+38+0=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #302600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302600 is #CFD9FF. Grayscale: #242424. Windows color (decimal): -13621760 or 9776. OLE color: 9776.

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

Color convert

RGB48380-
CMYK00.2110.81
HSL47.5º100%9.41%-
HSV(B)47.5º100%18.82%-
XYZ1.912.010.29-
YUV36.66107.31136.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.81%
G=44.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4838000.2110.8147.51009.41
Hex30260015645130649
Octal604600251441216014411
Binary11000010011000101011100100101000111000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302600; }

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

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

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

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

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

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

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

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