#410730

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

Shades of Blackberry #410730

Tints of Blackberry #410730

Color information

#410730 (or 0x410730) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 30. RGB value is (65,7,48). Sum of RGB (Red+Green+Blue) = 65+7+48=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410730 is #BEF8CF. Grayscale: #1C1C1C. Windows color (decimal): -12515536 or 3147585. OLE color: 3147585.

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

Color convert

RGB65748-
CMYK00.890.260.75
HSL317.59º80.56%14.12%-
HSV(B)317.59º89.23%25.49%-
XYZ2.791.492.94-
YUV29.02138.72153.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 48 (19.14% from 255) = 40%
R=54.17%
G=5.83%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574800.890.260.75317.5980.5614.12
Hex417300591A4B13e51e
Octal10176001313211347612116
Binary10000011111100000101100111010100101110011111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410730; }

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

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

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

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

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

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

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

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