#410737

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

Shades of Blackberry #410737

Tints of Blackberry #410737

Color information

#410737 (or 0x410737) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 37. RGB value is (65,7,55). Sum of RGB (Red+Green+Blue) = 65+7+55=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410737 is #BEF8C8. Grayscale: #1D1D1D. Windows color (decimal): -12515529 or 3606337. OLE color: 3606337.

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

Color convert

RGB65755-
CMYK00.890.150.75
HSL310.34º80.56%14.12%-
HSV(B)310.34º89.23%25.49%-
XYZ2.951.553.76-
YUV29.81142.22153.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 55 (21.88% from 255) = 43.31%
R=51.18%
G=5.51%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6575500.890.150.75310.3480.5614.12
Hex41737059F4B13651e
Octal10176701311711346612116
Binary1000001111110111010110011111100101110011011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410737; }

 p { color: rgb(65,7,55); }

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

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

 a { background-color: rgb(65,7,55); }

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

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

 span { border-color: rgb(65,7,55); }

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