#411732

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

Shades of Blackberry #411732

Tints of Blackberry #411732

Color information

#411732 (or 0x411732) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 32. RGB value is (65,23,50). Sum of RGB (Red+Green+Blue) = 65+23+50=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411732 is #BEE8CD. Grayscale: #262626. Windows color (decimal): -12511438 or 3282753. OLE color: 3282753.

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

Color convert

RGB652350-
CMYK00.650.230.75
HSL321.43º47.73%17.25%-
HSV(B)321.43º64.62%25.49%-
XYZ3.061.973.24-
YUV38.64134.41146.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=47.10%
G=16.67%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65235000.650.230.75321.4347.7317.25
Hex411732041174B1413011
Octal10127620101271135016021
Binary1000001101111100100100000110111100101110100000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411732; }

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

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

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

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

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

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

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

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