#411731

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

Shades of Blackberry #411731

Tints of Blackberry #411731

Color information

#411731 (or 0x411731) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 31. RGB value is (65,23,49). Sum of RGB (Red+Green+Blue) = 65+23+49=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411731 is #BEE8CE. Grayscale: #262626. Windows color (decimal): -12511439 or 3217217. OLE color: 3217217.

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

Color convert

RGB652349-
CMYK00.650.250.75
HSL322.86º47.73%17.25%-
HSV(B)322.86º64.62%25.49%-
XYZ3.041.963.12-
YUV38.52133.91146.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=47.45%
G=16.79%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234900.650.250.75322.8647.7317.25
Hex411731041194B1433011
Octal10127610101311135036021
Binary1000001101111100010100000111001100101110100001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411731; }

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

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

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

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

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

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

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

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