Html Css Color HEX #30280D Maire

📋 copy color: '#30280D'

red 48 ◦ green 40 ◦ blue 13

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

Shades of Maire #30280D

Tints of Maire #30280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 47.52%
G = 39.6%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30280D (or 0x30280D) is known color: Maire. HEX triplet: 30, 28 and 0D. RGB value is (48,40,13). Sum of RGB (Red+Green+Blue) = 48+40+13=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280D is #CFD7F2. Grayscale: #272727. Windows color (decimal): -13621235 or 862256. OLE color: 862256.

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

Color convert

RGB 48 40 13 -
CMYK 0 0.17 0.73 0.81
HSL 46.29º 0.57% 0.12% -
HSV(B) 46.29º 0.73% 0.19% -
XYZ 2.05 2.18 0.69 -
YUV 39.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 48 40 13 0 0.17 0.73 0.81 46.29 0.57 0.12
Hex 30 28 D 0 11 49 51 2E 39 C
Octal 60 50 15 0 21 111 121 56 71 14
Binary 110000 101000 1101 0 10001 1001001 1010001 101110 111001 1100

Color Harmonies of #30280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30280D

Black with #30280D

Text Example


Text Example

White with #30280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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