#241B02

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

Shades of Maire #241B02

Tints of Maire #241B02

Color information

#241B02 (or 0x241B02) is unknown color: approx Maire. HEX triplet: 24, 1B and 02. RGB value is (36,27,2). Sum of RGB (Red+Green+Blue) = 36+27+2=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B02 is #DBE4FD. Grayscale: #1A1A1A. Windows color (decimal): -14411006 or 138020. OLE color: 138020.

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

Color convert

RGB36272-
CMYK00.250.940.86
HSL44.12º89.47%7.45%-
HSV(B)44.12º94.44%14.12%-
XYZ1.131.160.22-
YUV26.84113.98134.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 2 (1.17% from 255) = 3.08%
R=55.38%
G=41.54%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3627200.250.940.8644.1289.477.45
Hex241B20195E562c597
Octal44332031136126541317
Binary1001001101110011001101111010101101011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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