Html Css Color HEX #242400 Maire

📋 copy color: '#242400'

red 36 ◦ green 36 ◦ blue 0

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

Shades of Maire #242400

Tints of Maire #242400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#242400 (or 0x242400) is known color: Maire. HEX triplet: 24, 24 and 00. RGB value is (36,36,0). Sum of RGB (Red+Green+Blue) = 36+36+0=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242400 is #DBDBFF. Grayscale: #202020. Windows color (decimal): -14408704 or 9252. OLE color: 9252.

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

Color convert

RGB 36 36 0 -
CMYK 0 0 1 0.86
HSL 60º 1% 0.07% -
HSV(B) 60º 1% 0.14% -
XYZ 1.36 1.64 0.24 -
YUV 31.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 36 36 0 0 0 1 0.86 60 1 0.07
Hex 24 24 0 0 0 64 56 3C 64 7
Octal 44 44 0 0 0 144 126 74 144 7
Binary 100100 100100 0 0 0 1100100 1010110 111100 1100100 111

Color Harmonies of #242400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242400

Black with #242400

Text Example


Text Example

White with #242400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242400; }

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

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

background-color css

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

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

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

border-color css

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

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

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