Html Css Color HEX #241E01 Maire

📋 copy color: '#241E01'

red 36 ◦ green 30 ◦ blue 1

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

Shades of Maire #241E01

Tints of Maire #241E01

RGB

 RED value IS 36 (14.45% from 255) = 53.73%

 GREEN value IS 30 (12.11% from 255) = 44.78%

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

R = 53.73%
G = 44.78%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#241E01 (or 0x241E01) is known color: Maire. HEX triplet: 24, 1E and 01. RGB value is (36,30,1). Sum of RGB (Red+Green+Blue) = 36+30+1=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #241E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E01 is #DBE1FE. Grayscale: #1C1C1C. Windows color (decimal): -14410239 or 73252. OLE color: 73252.

HSL color Cylindrical-coordinate representation of color #241E01: hue angle of 49.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #241E01 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 30 1 -
CMYK 0 0.17 0.97 0.86
HSL 49.71º 0.95% 0.07% -
HSV(B) 49.71º 0.97% 0.14% -
XYZ 1.2 1.31 0.22 -
YUV 28.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 36 30 1 0 0.17 0.97 0.86 49.71 0.95 0.07
Hex 24 1E 1 0 11 61 56 32 5F 7
Octal 44 36 1 0 21 141 126 62 137 7
Binary 100100 11110 1 0 10001 1100001 1010110 110010 1011111 111

Color Harmonies of #241E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E01

Black with #241E01

Text Example


Text Example

White with #241E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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