#410527

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

Shades of Blackberry #410527

Tints of Blackberry #410527

Color information

#410527 (or 0x410527) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 27. RGB value is (65,5,39). Sum of RGB (Red+Green+Blue) = 65+5+39=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410527 is #BEFAD8. Grayscale: #1A1A1A. Windows color (decimal): -12516057 or 2557249. OLE color: 2557249.

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

Color convert

RGB65539-
CMYK00.920.400.75
HSL326º85.71%13.73%-
HSV(B)326º92.31%25.49%-
XYZ2.61.382.05-
YUV26.82134.88155.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=59.63%
G=4.59%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553900.920.400.7532685.7113.73
Hex4152705C284B14656e
Octal10154701345011350612616
Binary100000110110011101011100101000100101110100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410527; }

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

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

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

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

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

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

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

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