Html Css Color HEX #242001 Maire

📋 copy color: '#242001'

red 36 ◦ green 32 ◦ blue 1

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

Shades of Maire #242001

Tints of Maire #242001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 46.38%

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

R = 52.17%
G = 46.38%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#242001 (or 0x242001) is known color: Maire. HEX triplet: 24, 20 and 01. RGB value is (36,32,1). Sum of RGB (Red+Green+Blue) = 36+32+1=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #242001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242001 is #DBDFFE. Grayscale: #1D1D1D. Windows color (decimal): -14409727 or 73764. OLE color: 73764.

HSL color Cylindrical-coordinate representation of color #242001: hue angle of 53.14º 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 #242001 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 32 1 -
CMYK 0 0.11 0.97 0.86
HSL 53.14º 0.95% 0.07% -
HSV(B) 53.14º 0.97% 0.14% -
XYZ 1.25 1.41 0.24 -
YUV 29.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 36 32 1 0 0.11 0.97 0.86 53.14 0.95 0.07
Hex 24 20 1 0 B 61 56 35 5F 7
Octal 44 40 1 0 13 141 126 65 137 7
Binary 100100 100000 1 0 1011 1100001 1010110 110101 1011111 111

Color Harmonies of #242001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242001

Black with #242001

Text Example


Text Example

White with #242001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242001; }

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

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

background-color css

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

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

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

border-color css

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

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

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