#241B00

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

Shades of Maire #241B00

Tints of Maire #241B00

Color information

#241B00 (or 0x241B00) is unknown color: approx Maire. HEX triplet: 24, 1B and 00. RGB value is (36,27,0). Sum of RGB (Red+Green+Blue) = 36+27+0=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #241B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B00 is #DBE4FF. Grayscale: #1A1A1A. Windows color (decimal): -14411008 or 6948. OLE color: 6948.

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

Color convert

RGB36270-
CMYK00.2510.86
HSL45º100%7.06%-
HSV(B)45º100%14.12%-
XYZ1.121.160.16-
YUV26.61112.98134.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3627000.2510.86451007.06
Hex241B001964562d647
Octal44330031144126551447
Binary100100110110011001110010010101101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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