#30270E

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

Shades of Maire #30270E

Tints of Maire #30270E

Color information

#30270E (or 0x30270E) is unknown color: approx Maire. HEX triplet: 30, 27 and 0E. RGB value is (48,39,14). Sum of RGB (Red+Green+Blue) = 48+39+14=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270E is #CFD8F1. Grayscale: #262626. Windows color (decimal): -13621490 or 927536. OLE color: 927536.

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

Color convert

RGB483914-
CMYK00.190.710.81
HSL44.12º54.84%12.16%-
HSV(B)44.12º70.83%18.82%-
XYZ2.022.110.72-
YUV38.84113.98134.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=47.52%
G=38.61%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391400.190.710.8144.1254.8412.16
Hex3027E01347512c37c
Octal604716023107121546714
Binary1100001001111110010011100011110100011011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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