#410A36

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

Shades of Blackberry #410A36

Tints of Blackberry #410A36

Color information

#410A36 (or 0x410A36) is unknown color: approx Blackberry. HEX triplet: 41, 0A and 36. RGB value is (65,10,54). Sum of RGB (Red+Green+Blue) = 65+10+54=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #410A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A36 is #BEF5C9. Grayscale: #1F1F1F. Windows color (decimal): -12514762 or 3541569. OLE color: 3541569.

HSL color Cylindrical-coordinate representation of color #410A36: hue angle of 312º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A36 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB651054-
CMYK00.850.170.75
HSL312º73.33%14.71%-
HSV(B)312º84.62%25.49%-
XYZ2.951.613.64-
YUV31.46140.72151.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=50.39%
G=7.75%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65105400.850.170.7531273.3314.71
Hex41A36055114B13849f
Octal101126601252111347011117
Binary100000110101101100101010110001100101110011100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A36; }

 p { color: rgb(65,10,54); }

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

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

 a { background-color: rgb(65,10,54); }

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

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

 span { border-color: rgb(65,10,54); }

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