#30270A

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

Shades of Maire #30270A

Tints of Maire #30270A

Color information

#30270A (or 0x30270A) is unknown color: approx Maire. HEX triplet: 30, 27 and 0A. RGB value is (48,39,10). Sum of RGB (Red+Green+Blue) = 48+39+10=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270A is #CFD8F5. Grayscale: #262626. Windows color (decimal): -13621494 or 665392. OLE color: 665392.

HSL color Cylindrical-coordinate representation of color #30270A: hue angle of 45.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30270A is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB483910-
CMYK00.190.790.81
HSL45.79º65.52%11.37%-
HSV(B)45.79º79.17%18.82%-
XYZ22.10.59-
YUV38.38111.98134.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=49.48%
G=40.21%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391000.190.790.8145.7965.5211.37
Hex3027A0134F512e42b
Octal6047120231171215610213
Binary11000010011110100100111001111101000110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30270A; }

 p { color: rgb(48,39,10); }

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

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

 a { background-color: rgb(48,39,10); }

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

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

 span { border-color: rgb(48,39,10); }

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