#411035

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

Shades of Blackberry #411035

Tints of Blackberry #411035

Color information

#411035 (or 0x411035) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 35. RGB value is (65,16,53). Sum of RGB (Red+Green+Blue) = 65+16+53=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411035 is #BEEFCA. Grayscale: #222222. Windows color (decimal): -12513227 or 3477569. OLE color: 3477569.

HSL color Cylindrical-coordinate representation of color #411035: hue angle of 314.69º 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 #411035 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB651653-
CMYK00.750.180.75
HSL314.69º60.49%15.88%-
HSV(B)314.69º75.38%25.49%-
XYZ3.011.753.55-
YUV34.87138.23149.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=48.51%
G=11.94%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165300.750.180.75314.6960.4915.88
Hex41103504B124B13b3c10
Octal10120650113221134737420
Binary1000001100001101010100101110010100101110011101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411035; }

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

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

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

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

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

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

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

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