#410835

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

Shades of Blackberry #410835

Tints of Blackberry #410835

Color information

#410835 (or 0x410835) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 35. RGB value is (65,8,53). Sum of RGB (Red+Green+Blue) = 65+8+53=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410835 is #BEF7CA. Grayscale: #1E1E1E. Windows color (decimal): -12515275 or 3475521. OLE color: 3475521.

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

Color convert

RGB65853-
CMYK00.880.180.75
HSL312.63º78.08%14.31%-
HSV(B)312.63º87.69%25.49%-
XYZ2.911.553.51-
YUV30.17140.88152.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=51.59%
G=6.35%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6585300.880.180.75312.6378.0814.31
Hex41835058124B1394ee
Octal101106501302211347111616
Binary100000110001101010101100010010100101110011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410835; }

 p { color: rgb(65,8,53); }

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

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

 a { background-color: rgb(65,8,53); }

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

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

 span { border-color: rgb(65,8,53); }

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