#411130

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

Shades of Blackberry #411130

Tints of Blackberry #411130

Color information

#411130 (or 0x411130) is unknown color: approx Blackberry. HEX triplet: 41, 11 and 30. RGB value is (65,17,48). Sum of RGB (Red+Green+Blue) = 65+17+48=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411130 is #BEEECF. Grayscale: #222222. Windows color (decimal): -12512976 or 3150145. OLE color: 3150145.

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

Color convert

RGB651748-
CMYK00.740.260.75
HSL321.25º58.54%16.08%-
HSV(B)321.25º73.85%25.49%-
XYZ2.911.742.98-
YUV34.89135.4149.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=50%
G=13.08%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65174800.740.260.75321.2558.5416.08
Hex41113004A1A4B1413b10
Octal10121600112321135017320
Binary1000001100011100000100101011010100101110100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411130; }

 p { color: rgb(65,17,48); }

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

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

 a { background-color: rgb(65,17,48); }

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

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

 span { border-color: rgb(65,17,48); }

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