#411D35

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

Shades of Blackberry #411D35

Tints of Blackberry #411D35

Color information

#411D35 (or 0x411D35) is unknown color: approx Blackberry. HEX triplet: 41, 1D and 35. RGB value is (65,29,53). Sum of RGB (Red+Green+Blue) = 65+29+53=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #411D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D35 is #BEE2CA. Grayscale: #2A2A2A. Windows color (decimal): -12509899 or 3480897. OLE color: 3480897.

HSL color Cylindrical-coordinate representation of color #411D35: hue angle of 320º 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 #411D35 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB652953-
CMYK00.550.180.75
HSL320º38.3%18.43%-
HSV(B)320º55.38%25.49%-
XYZ3.262.263.63-
YUV42.5133.93144.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=44.22%
G=19.73%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65295300.550.180.7532038.318.43
Hex411D35037124B1402612
Octal1013565067221135004622
Binary100000111101110101011011110010100101110100000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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