#411036

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

Shades of Blackberry #411036

Tints of Blackberry #411036

Color information

#411036 (or 0x411036) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 36. RGB value is (65,16,54). Sum of RGB (Red+Green+Blue) = 65+16+54=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411036 is #BEEFC9. Grayscale: #222222. Windows color (decimal): -12513226 or 3543105. OLE color: 3543105.

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

Color convert

RGB651654-
CMYK00.750.170.75
HSL313.47º60.49%15.88%-
HSV(B)313.47º75.38%25.49%-
XYZ3.031.763.67-
YUV34.98138.73149.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 54 (21.48% from 255) = 40%
R=48.15%
G=11.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165400.750.170.75313.4760.4915.88
Hex41103604B114B1393c10
Octal10120660113211134717420
Binary1000001100001101100100101110001100101110011100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411036; }

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

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

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

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

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

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

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

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