#411935

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

Shades of Blackberry #411935

Tints of Blackberry #411935

Color information

#411935 (or 0x411935) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 35. RGB value is (65,25,53). Sum of RGB (Red+Green+Blue) = 65+25+53=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411935 is #BEE6CA. Grayscale: #282828. Windows color (decimal): -12510923 or 3479873. OLE color: 3479873.

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

Color convert

RGB652553-
CMYK00.620.180.75
HSL318º44.44%17.65%-
HSV(B)318º61.54%25.49%-
XYZ3.172.083.6-
YUV40.15135.25145.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=45.45%
G=17.48%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65255300.620.180.7531844.4417.65
Hex41193503E124B13e2c12
Octal1013165076221134765422
Binary100000111001110101011111010010100101110011111010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411935; }

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

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

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

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

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

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

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

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