#41302C

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

Shades of Rebel #41302C

Tints of Rebel #41302C

Color information

#41302C (or 0x41302C) is unknown color: approx Rebel. HEX triplet: 41, 30 and 2C. RGB value is (65,48,44). Sum of RGB (Red+Green+Blue) = 65+48+44=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #41302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41302C is #BECFD3. Grayscale: #343434. Windows color (decimal): -12505044 or 2895937. OLE color: 2895937.

HSL color Cylindrical-coordinate representation of color #41302C: hue angle of 11.43º 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 #41302C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB654844-
CMYK00.260.320.75
HSL11.43º19.27%21.37%-
HSV(B)11.43º32.31%25.49%-
XYZ3.693.422.85-
YUV52.63123.13136.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=41.40%
G=30.57%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65484400.260.320.7511.4319.2721.37
Hex41302C01A204Bb1315
Octal101605403240113132325
Binary1000001110000101100011010100000100101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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