Html Css Color HEX #302401 Maire

📋 copy color: '#302401'

red 48 ◦ green 36 ◦ blue 1

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

Shades of Maire #302401

Tints of Maire #302401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 56.47%
G = 42.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#302401 (or 0x302401) is known color: Maire. HEX triplet: 30, 24 and 01. RGB value is (48,36,1). Sum of RGB (Red+Green+Blue) = 48+36+1=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #302401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302401 is #CFDBFE. Grayscale: #232323. Windows color (decimal): -13622271 or 74800. OLE color: 74800.

HSL color Cylindrical-coordinate representation of color #302401: hue angle of 44.68º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302401 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 36 1 -
CMYK 0 0.25 0.98 0.81
HSL 44.68º 0.96% 0.1% -
HSV(B) 44.68º 0.98% 0.19% -
XYZ 1.86 1.89 0.3 -
YUV 35.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 48 36 1 0 0.25 0.98 0.81 44.68 0.96 0.1
Hex 30 24 1 0 19 62 51 2D 60 A
Octal 60 44 1 0 31 142 121 55 140 12
Binary 110000 100100 1 0 11001 1100010 1010001 101101 1100000 1010

Color Harmonies of #302401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302401

Black with #302401

Text Example


Text Example

White with #302401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302401; }

 p { color: rgb(48,36,1); }

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

background-color css

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

 a { background-color: rgb(48,36,1); }

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

border-color css

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

 span { border-color: rgb(48,36,1); }

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