#30280B

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

Shades of Maire #30280B

Tints of Maire #30280B

Color information

#30280B (or 0x30280B) is unknown color: approx Maire. HEX triplet: 30, 28 and 0B. RGB value is (48,40,11). Sum of RGB (Red+Green+Blue) = 48+40+11=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280B is #CFD7F4. Grayscale: #272727. Windows color (decimal): -13621237 or 731184. OLE color: 731184.

HSL color Cylindrical-coordinate representation of color #30280B: hue angle of 47.03º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30280B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB484011-
CMYK00.170.770.81
HSL47.03º62.71%11.57%-
HSV(B)47.03º77.08%18.82%-
XYZ2.042.170.63-
YUV39.09112.15134.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=48.48%
G=40.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401100.170.770.8147.0362.7111.57
Hex3028B0114D512f3fc
Octal605013021115121577714
Binary1100001010001011010001100110110100011011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30280B; }

 p { color: rgb(48,40,11); }

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

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

 a { background-color: rgb(48,40,11); }

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

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

 span { border-color: rgb(48,40,11); }

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