#410731

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

Shades of Blackberry #410731

Tints of Blackberry #410731

Color information

#410731 (or 0x410731) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 31. RGB value is (65,7,49). Sum of RGB (Red+Green+Blue) = 65+7+49=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410731 is #BEF8CE. Grayscale: #1D1D1D. Windows color (decimal): -12515535 or 3213121. OLE color: 3213121.

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

Color convert

RGB65749-
CMYK00.890.250.75
HSL316.55º80.56%14.12%-
HSV(B)316.55º89.23%25.49%-
XYZ2.811.53.05-
YUV29.13139.22153.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=53.72%
G=5.79%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574900.890.250.75316.5580.5614.12
Hex41731059194B13d51e
Octal10176101313111347512116
Binary10000011111100010101100111001100101110011110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410731; }

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

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

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

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

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

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

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

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