Html Css Color HEX #302809 Maire

📋 copy color: '#302809'

red 48 ◦ green 40 ◦ blue 9

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

Shades of Maire #302809

Tints of Maire #302809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.28%

R = 49.48%
G = 41.24%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#302809 (or 0x302809) is known color: Maire. HEX triplet: 30, 28 and 09. RGB value is (48,40,9). Sum of RGB (Red+Green+Blue) = 48+40+9=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302809 is #CFD7F6. Grayscale: #262626. Windows color (decimal): -13621239 or 600112. OLE color: 600112.

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

Color convert

RGB 48 40 9 -
CMYK 0 0.17 0.81 0.81
HSL 47.69º 0.68% 0.11% -
HSV(B) 47.69º 0.81% 0.19% -
XYZ 2.03 2.17 0.57 -
YUV 38.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 48 40 9 0 0.17 0.81 0.81 47.69 0.68 0.11
Hex 30 28 9 0 11 51 51 30 44 B
Octal 60 50 11 0 21 121 121 60 104 13
Binary 110000 101000 1001 0 10001 1010001 1010001 110000 1000100 1011

Color Harmonies of #302809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302809

Black with #302809

Text Example


Text Example

White with #302809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302809; }

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

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

background-color css

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

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

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

border-color css

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

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

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