#411635

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

Shades of Blackberry #411635

Tints of Blackberry #411635

Color information

#411635 (or 0x411635) is unknown color: approx Blackberry. HEX triplet: 41, 16 and 35. RGB value is (65,22,53). Sum of RGB (Red+Green+Blue) = 65+22+53=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411635 is #BEE9CA. Grayscale: #262626. Windows color (decimal): -12511691 or 3479105. OLE color: 3479105.

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

Color convert

RGB652253-
CMYK00.660.180.75
HSL316.74º49.43%17.06%-
HSV(B)316.74º66.15%25.49%-
XYZ3.111.953.58-
YUV38.39136.25146.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=46.43%
G=15.71%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65225300.660.180.75316.7449.4317.06
Hex411635042124B13d3111
Octal10126650102221134756121
Binary1000001101101101010100001010010100101110011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411635; }

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

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

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

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

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

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

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

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