#411B31

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

Shades of Blackberry #411B31

Tints of Blackberry #411B31

Color information

#411B31 (or 0x411B31) is unknown color: approx Blackberry. HEX triplet: 41, 1B and 31. RGB value is (65,27,49). Sum of RGB (Red+Green+Blue) = 65+27+49=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B31 is #BEE4CE. Grayscale: #282828. Windows color (decimal): -12510415 or 3218241. OLE color: 3218241.

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

Color convert

RGB652749-
CMYK00.580.250.75
HSL325.26º41.3%18.04%-
HSV(B)325.26º58.46%25.49%-
XYZ3.132.133.15-
YUV40.87132.59145.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=46.10%
G=19.15%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65274900.580.250.75325.2641.318.04
Hex411B3103A194B1452912
Octal1013361072311135055122
Binary100000111011110001011101011001100101110100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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