Html Css Color HEX #30280C Maire

📋 copy color: '#30280C'

red 48 ◦ green 40 ◦ blue 12

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

Shades of Maire #30280C

Tints of Maire #30280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 48%
G = 40%
B = 12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30280C (or 0x30280C) is known color: Maire. HEX triplet: 30, 28 and 0C. RGB value is (48,40,12). Sum of RGB (Red+Green+Blue) = 48+40+12=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280C is #CFD7F3. Grayscale: #272727. Windows color (decimal): -13621236 or 796720. OLE color: 796720.

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

Color convert

RGB 48 40 12 -
CMYK 0 0.17 0.75 0.81
HSL 46.67º 0.6% 0.12% -
HSV(B) 46.67º 0.75% 0.19% -
XYZ 2.04 2.17 0.66 -
YUV 39.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 48 40 12 0 0.17 0.75 0.81 46.67 0.6 0.12
Hex 30 28 C 0 11 4B 51 2F 3C C
Octal 60 50 14 0 21 113 121 57 74 14
Binary 110000 101000 1100 0 10001 1001011 1010001 101111 111100 1100

Color Harmonies of #30280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30280C

Black with #30280C

Text Example


Text Example

White with #30280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30280C;
 }
 .AnyTagClassName
 {
   color: #30280C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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