Html Css Color HEX #30280B Maire

📋 copy color: '#30280B'

red 48 ◦ green 40 ◦ blue 11

#30280B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #30280B

Tints of Maire #30280B

RGB

 RED value IS 48 (19.14% from 255) = 48.48%

 GREEN value IS 40 (16.02% from 255) = 40.4%

 BLUE value IS 11 (4.69% from 255) = 11.11%

R = 48.48%
G = 40.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30280B (or 0x30280B) is known color: 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

RGB 48 40 11 -
CMYK 0 0.17 0.77 0.81
HSL 47.03º 0.63% 0.12% -
HSV(B) 47.03º 0.77% 0.19% -
XYZ 2.04 2.17 0.63 -
YUV 39.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 48 40 11 0 0.17 0.77 0.81 47.03 0.63 0.12
Hex 30 28 B 0 11 4D 51 2F 3F C
Octal 60 50 13 0 21 115 121 57 77 14
Binary 110000 101000 1011 0 10001 1001101 1010001 101111 111111 1100

Color Harmonies of #30280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30280B

Black with #30280B

Text Example


Text Example

White with #30280B

Text Example


Text Example

HTML Codes & Css Web 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>