Html Css Color HEX #241D02 Maire

📋 copy color: '#241D02'

red 36 ◦ green 29 ◦ blue 2

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

Shades of Maire #241D02

Tints of Maire #241D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 43.28%

 BLUE value IS 2 (1.17% from 255) = 2.99%

R = 53.73%
G = 43.28%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#241D02 (or 0x241D02) is known color: Maire. HEX triplet: 24, 1D and 02. RGB value is (36,29,2). Sum of RGB (Red+Green+Blue) = 36+29+2=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #241D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D02 is #DBE2FD. Grayscale: #1C1C1C. Windows color (decimal): -14410494 or 138532. OLE color: 138532.

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

Color convert

RGB 36 29 2 -
CMYK 0 0.19 0.94 0.86
HSL 47.65º 0.89% 0.07% -
HSV(B) 47.65º 0.94% 0.14% -
XYZ 1.18 1.26 0.24 -
YUV 28.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 36 29 2 0 0.19 0.94 0.86 47.65 0.89 0.07
Hex 24 1D 2 0 13 5E 56 30 59 7
Octal 44 35 2 0 23 136 126 60 131 7
Binary 100100 11101 10 0 10011 1011110 1010110 110000 1011001 111

Color Harmonies of #241D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D02

Black with #241D02

Text Example


Text Example

White with #241D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,2); }

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

background-color css

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

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

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

border-color css

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

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

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