#30270B

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

Shades of Maire #30270B

Tints of Maire #30270B

Color information

#30270B (or 0x30270B) is unknown color: approx Maire. HEX triplet: 30, 27 and 0B. RGB value is (48,39,11). Sum of RGB (Red+Green+Blue) = 48+39+11=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270B is #CFD8F4. Grayscale: #262626. Windows color (decimal): -13621493 or 730928. OLE color: 730928.

HSL color Cylindrical-coordinate representation of color #30270B: hue angle of 45.41º 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 #30270B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB483911-
CMYK00.190.770.81
HSL45.41º62.71%11.57%-
HSV(B)45.41º77.08%18.82%-
XYZ22.10.62-
YUV38.5112.48134.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=48.98%
G=39.80%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391100.190.770.8145.4162.7111.57
Hex3027B0134D512d3fc
Octal604713023115121557714
Binary1100001001111011010011100110110100011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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