Html Css Color HEX #242200 Maire

📋 copy color: '#242200'

red 36 ◦ green 34 ◦ blue 0

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

Shades of Maire #242200

Tints of Maire #242200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 48.57%

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

R = 51.43%
G = 48.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#242200 (or 0x242200) is known color: Maire. HEX triplet: 24, 22 and 00. RGB value is (36,34,0). Sum of RGB (Red+Green+Blue) = 36+34+0=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #242200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242200 is #DBDDFF. Grayscale: #1E1E1E. Windows color (decimal): -14409216 or 8740. OLE color: 8740.

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

Color convert

RGB 36 34 0 -
CMYK 0 0.06 1 0.86
HSL 56.67º 1% 0.07% -
HSV(B) 56.67º 1% 0.14% -
XYZ 1.3 1.52 0.22 -
YUV 30.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 36 34 0 0 0.06 1 0.86 56.67 1 0.07
Hex 24 22 0 0 6 64 56 39 64 7
Octal 44 42 0 0 6 144 126 71 144 7
Binary 100100 100010 0 0 110 1100100 1010110 111001 1100100 111

Color Harmonies of #242200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242200

Black with #242200

Text Example


Text Example

White with #242200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242200; }

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

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

background-color css

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

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

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

border-color css

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

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

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