#411031

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

Shades of Blackberry #411031

Tints of Blackberry #411031

Color information

#411031 (or 0x411031) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 31. RGB value is (65,16,49). Sum of RGB (Red+Green+Blue) = 65+16+49=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411031 is #BEEFCE. Grayscale: #222222. Windows color (decimal): -12513231 or 3215425. OLE color: 3215425.

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

Color convert

RGB651649-
CMYK00.750.250.75
HSL319.59º60.49%15.88%-
HSV(B)319.59º75.38%25.49%-
XYZ2.921.723.08-
YUV34.41136.23149.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=50%
G=12.31%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65164900.750.250.75319.5960.4915.88
Hex41103104B194B1403c10
Octal10120610113311135007420
Binary1000001100001100010100101111001100101110100000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411031; }

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

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

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

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

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

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

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

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