#410727

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

Shades of Blackberry #410727

Tints of Blackberry #410727

Color information

#410727 (or 0x410727) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 27. RGB value is (65,7,39). Sum of RGB (Red+Green+Blue) = 65+7+39=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #410727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410727 is #BEF8D8. Grayscale: #1B1B1B. Windows color (decimal): -12515545 or 2557761. OLE color: 2557761.

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

Color convert

RGB65739-
CMYK00.890.400.75
HSL326.9º80.56%14.12%-
HSV(B)326.9º89.23%25.49%-
XYZ2.621.422.06-
YUV27.99134.22154.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=58.56%
G=6.31%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6573900.890.400.75326.980.5614.12
Hex41727059284B14751e
Octal10174701315011350712116
Binary100000111110011101011001101000100101110100011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410727; }

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

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

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

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

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

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

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

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