#410936

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

Shades of Blackberry #410936

Tints of Blackberry #410936

Color information

#410936 (or 0x410936) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 36. RGB value is (65,9,54). Sum of RGB (Red+Green+Blue) = 65+9+54=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #410936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410936 is #BEF6C9. Grayscale: #1E1E1E. Windows color (decimal): -12515018 or 3541313. OLE color: 3541313.

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

Color convert

RGB65954-
CMYK00.860.170.75
HSL311.79º75.68%14.51%-
HSV(B)311.79º86.15%25.49%-
XYZ2.941.593.64-
YUV30.87141.05152.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=50.78%
G=7.03%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6595400.860.170.75311.7975.6814.51
Hex41936056114B1384cf
Octal101116601262111347011417
Binary100000110011101100101011010001100101110011100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410936; }

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

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

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

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

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

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

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

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