Html Css Color HEX #241A02 Maire

📋 copy color: '#241A02'

red 36 ◦ green 26 ◦ blue 2

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

Shades of Maire #241A02

Tints of Maire #241A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 40.63%

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

R = 56.25%
G = 40.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#241A02 (or 0x241A02) is known color: Maire. HEX triplet: 24, 1A and 02. RGB value is (36,26,2). Sum of RGB (Red+Green+Blue) = 36+26+2=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #241A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A02 is #DBE5FD. Grayscale: #1A1A1A. Windows color (decimal): -14411262 or 137764. OLE color: 137764.

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

Color convert

RGB 36 26 2 -
CMYK 0 0.28 0.94 0.86
HSL 42.35º 0.89% 0.07% -
HSV(B) 42.35º 0.94% 0.14% -
XYZ 1.11 1.12 0.21 -
YUV 26.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 36 26 2 0 0.28 0.94 0.86 42.35 0.89 0.07
Hex 24 1A 2 0 1C 5E 56 2A 59 7
Octal 44 32 2 0 34 136 126 52 131 7
Binary 100100 11010 10 0 11100 1011110 1010110 101010 1011001 111

Color Harmonies of #241A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A02

Black with #241A02

Text Example


Text Example

White with #241A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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