Html Css Color HEX #242401 Maire

📋 copy color: '#242401'

red 36 ◦ green 36 ◦ blue 1

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

Shades of Maire #242401

Tints of Maire #242401

RGB

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

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

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

R = 49.32%
G = 49.32%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#242401 (or 0x242401) is known color: Maire. HEX triplet: 24, 24 and 01. RGB value is (36,36,1). Sum of RGB (Red+Green+Blue) = 36+36+1=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242401 is #DBDBFE. Grayscale: #202020. Windows color (decimal): -14408703 or 74788. OLE color: 74788.

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

Color convert

RGB 36 36 1 -
CMYK 0 0 0.97 0.86
HSL 60º 0.95% 0.07% -
HSV(B) 60º 0.97% 0.14% -
XYZ 1.36 1.64 0.27 -
YUV 32.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 36 36 1 0 0 0.97 0.86 60 0.95 0.07
Hex 24 24 1 0 0 61 56 3C 5F 7
Octal 44 44 1 0 0 141 126 74 137 7
Binary 100100 100100 1 0 0 1100001 1010110 111100 1011111 111

Color Harmonies of #242401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242401

Black with #242401

Text Example


Text Example

White with #242401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242401; }

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

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

background-color css

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

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

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

border-color css

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

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

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