Html Css Color HEX #30290D Maire

📋 copy color: '#30290D'

red 48 ◦ green 41 ◦ blue 13

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

Shades of Maire #30290D

Tints of Maire #30290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 40.2%

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

R = 47.06%
G = 40.2%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30290D (or 0x30290D) is known color: Maire. HEX triplet: 30, 29 and 0D. RGB value is (48,41,13). Sum of RGB (Red+Green+Blue) = 48+41+13=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30290D is #CFD6F2. Grayscale: #282828. Windows color (decimal): -13620979 or 862512. OLE color: 862512.

HSL color Cylindrical-coordinate representation of color #30290D: hue angle of 48º 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 #30290D is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 13 -
CMYK 0 0.15 0.73 0.81
HSL 48º 0.57% 0.12% -
HSV(B) 48º 0.73% 0.19% -
XYZ 2.08 2.24 0.7 -
YUV 39.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 48 41 13 0 0.15 0.73 0.81 48 0.57 0.12
Hex 30 29 D 0 F 49 51 30 39 C
Octal 60 51 15 0 17 111 121 60 71 14
Binary 110000 101001 1101 0 1111 1001001 1010001 110000 111001 1100

Color Harmonies of #30290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30290D

Black with #30290D

Text Example


Text Example

White with #30290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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