#410635

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

Shades of Blackberry #410635

Tints of Blackberry #410635

Color information

#410635 (or 0x410635) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 35. RGB value is (65,6,53). Sum of RGB (Red+Green+Blue) = 65+6+53=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #410635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410635 is #BEF9CA. Grayscale: #1C1C1C. Windows color (decimal): -12515787 or 3475009. OLE color: 3475009.

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

Color convert

RGB65653-
CMYK00.910.180.75
HSL312.2º83.1%13.92%-
HSV(B)312.2º90.77%25.49%-
XYZ2.891.513.51-
YUV29141.55153.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=52.42%
G=4.84%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565300.910.180.75312.283.113.92
Hex4163505B124B13853e
Octal10166501332211347012316
Binary10000011101101010101101110010100101110011100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410635; }

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

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

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

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

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

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

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

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