#41332F

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

Shades of Rebel #41332F

Tints of Rebel #41332F

Color information

#41332F (or 0x41332F) is unknown color: approx Rebel. HEX triplet: 41, 33 and 2F. RGB value is (65,51,47). Sum of RGB (Red+Green+Blue) = 65+51+47=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41332F is #BECCD0. Grayscale: #363636. Windows color (decimal): -12504273 or 3093313. OLE color: 3093313.

HSL color Cylindrical-coordinate representation of color #41332F: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41332F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB655147-
CMYK00.220.280.75
HSL13.33º16.07%21.96%-
HSV(B)13.33º27.69%25.49%-
XYZ3.883.73.2-
YUV54.73123.64135.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=39.88%
G=31.29%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65514700.220.280.7513.3316.0721.96
Hex41332F0161C4Bd1016
Octal101635702634113152026
Binary100000111001110111101011011100100101111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41332F; }

 p { color: rgb(65,51,47); }

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

<style>
 a { background-color: #41332F; }

 a { background-color: rgb(65,51,47); }

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

<style>
 span { border-color: #41332F; }

 span { border-color: rgb(65,51,47); }

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