#410536

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

Shades of Blackberry #410536

Tints of Blackberry #410536

Color information

#410536 (or 0x410536) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 36. RGB value is (65,5,54). Sum of RGB (Red+Green+Blue) = 65+5+54=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #410536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410536 is #BEFAC9. Grayscale: #1C1C1C. Windows color (decimal): -12516042 or 3540289. OLE color: 3540289.

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

Color convert

RGB65554-
CMYK00.920.170.75
HSL311º85.71%13.73%-
HSV(B)311º92.31%25.49%-
XYZ2.91.53.63-
YUV28.53142.38154.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=52.42%
G=4.03%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555400.920.170.7531185.7113.73
Hex4153605C114B13756e
Octal10156601342111346712616
Binary10000011011101100101110010001100101110011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410536; }

 p { color: rgb(65,5,54); }

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

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

 a { background-color: rgb(65,5,54); }

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

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

 span { border-color: rgb(65,5,54); }

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