#241B01

Color #241B01 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #241B01

Tints of Maire #241B01

Color information

#241B01 (or 0x241B01) is unknown color: approx Maire. HEX triplet: 24, 1B and 01. RGB value is (36,27,1). Sum of RGB (Red+Green+Blue) = 36+27+1=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #241B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B01 is #DBE4FE. Grayscale: #1A1A1A. Windows color (decimal): -14411007 or 72484. OLE color: 72484.

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

Color convert

RGB36271-
CMYK00.250.970.86
HSL44.57º94.59%7.25%-
HSV(B)44.57º97.22%14.12%-
XYZ1.121.160.19-
YUV26.73113.48134.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=56.25%
G=42.19%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3627100.250.970.8644.5794.597.25
Hex241B101961562d5f7
Octal44331031141126551377
Binary100100110111011001110000110101101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241B01;
 }
 .AnyTagClassName
 {
   color: #241B01;
 }
</style>
background-color css

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

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

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

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

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

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