#411734

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

Shades of Blackberry #411734

Tints of Blackberry #411734

Color information

#411734 (or 0x411734) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 34. RGB value is (65,23,52). Sum of RGB (Red+Green+Blue) = 65+23+52=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411734 is #BEE8CB. Grayscale: #262626. Windows color (decimal): -12511436 or 3413825. OLE color: 3413825.

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

Color convert

RGB652352-
CMYK00.650.200.75
HSL318.57º47.73%17.25%-
HSV(B)318.57º64.62%25.49%-
XYZ3.111.983.47-
YUV38.86135.41146.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=46.43%
G=16.43%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65235200.650.200.75318.5747.7317.25
Hex411734041144B13f3011
Octal10127640101241134776021
Binary1000001101111101000100000110100100101110011111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411734; }

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

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

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

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

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

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

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

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