#411D33

Color #411D33 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #411D33

Tints of Blackberry #411D33

Color information

#411D33 (or 0x411D33) is unknown color: approx Blackberry. HEX triplet: 41, 1D and 33. RGB value is (65,29,51). Sum of RGB (Red+Green+Blue) = 65+29+51=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D33 is #BEE2CC. Grayscale: #2A2A2A. Windows color (decimal): -12509901 or 3349825. OLE color: 3349825.

HSL color Cylindrical-coordinate representation of color #411D33: hue angle of 323.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D33 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB652951-
CMYK00.550.220.75
HSL323.33º38.3%18.43%-
HSV(B)323.33º55.38%25.49%-
XYZ3.222.243.4-
YUV42.27132.93144.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=44.83%
G=20%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65295100.550.220.75323.3338.318.43
Hex411D33037164B1432612
Octal1013563067261135034622
Binary100000111101110011011011110110100101110100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D33; }

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

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

<style>
 a { background-color: #411D33; }

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

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

<style>
 span { border-color: #411D33; }

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

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