#411631

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

Shades of Blackberry #411631

Tints of Blackberry #411631

Color information

#411631 (or 0x411631) is unknown color: approx Blackberry. HEX triplet: 41, 16 and 31. RGB value is (65,22,49). Sum of RGB (Red+Green+Blue) = 65+22+49=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411631 is #BEE9CE. Grayscale: #252525. Windows color (decimal): -12511695 or 3216961. OLE color: 3216961.

HSL color Cylindrical-coordinate representation of color #411631: hue angle of 322.33º 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 #411631 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB652249-
CMYK00.660.250.75
HSL322.33º49.43%17.06%-
HSV(B)322.33º66.15%25.49%-
XYZ3.021.923.12-
YUV37.93134.25147.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=47.79%
G=16.18%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65224900.660.250.75322.3349.4317.06
Hex411631042194B1423111
Octal10126610102311135026121
Binary1000001101101100010100001011001100101110100001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411631; }

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

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

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

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

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

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

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

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