#411728

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

Shades of Blackberry #411728

Tints of Blackberry #411728

Color information

#411728 (or 0x411728) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 28. RGB value is (65,23,40). Sum of RGB (Red+Green+Blue) = 65+23+40=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411728 is #BEE8D7. Grayscale: #252525. Windows color (decimal): -12511448 or 2627393. OLE color: 2627393.

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

Color convert

RGB652340-
CMYK00.650.380.75
HSL335.71º47.73%17.25%-
HSV(B)335.71º64.62%25.49%-
XYZ2.871.892.22-
YUV37.5129.41147.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=50.78%
G=17.97%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234000.650.380.75335.7147.7317.25
Hex411728041264B1503011
Octal10127500101461135206021
Binary10000011011110100001000001100110100101110101000011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411728; }

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

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

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

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

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

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

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

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