#41312C

Color #41312C Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #41312C

Tints of Rebel #41312C

Color information

#41312C (or 0x41312C) is unknown color: approx Rebel. HEX triplet: 41, 31 and 2C. RGB value is (65,49,44). Sum of RGB (Red+Green+Blue) = 65+49+44=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #41312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41312C is #BECED3. Grayscale: #353535. Windows color (decimal): -12504788 or 2896193. OLE color: 2896193.

HSL color Cylindrical-coordinate representation of color #41312C: hue angle of 14.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41312C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB654944-
CMYK00.250.320.75
HSL14.29º19.27%21.37%-
HSV(B)14.29º32.31%25.49%-
XYZ3.733.52.86-
YUV53.21122.8136.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=41.14%
G=31.01%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65494400.250.320.7514.2919.2721.37
Hex41312C019204Be1315
Octal101615403140113162325
Binary1000001110001101100011001100000100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41312C; }

 p { color: rgb(65,49,44); }

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

<style>
 a { background-color: #41312C; }

 a { background-color: rgb(65,49,44); }

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

<style>
 span { border-color: #41312C; }

 span { border-color: rgb(65,49,44); }

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