#411231

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

Shades of Blackberry #411231

Tints of Blackberry #411231

Color information

#411231 (or 0x411231) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 31. RGB value is (65,18,49). Sum of RGB (Red+Green+Blue) = 65+18+49=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #411231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411231 is #BEEDCE. Grayscale: #232323. Windows color (decimal): -12512719 or 3215937. OLE color: 3215937.

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

Color convert

RGB651849-
CMYK00.720.250.75
HSL320.43º56.63%16.27%-
HSV(B)320.43º72.31%25.49%-
XYZ2.951.783.09-
YUV35.59135.57148.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=49.24%
G=13.64%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65184900.720.250.75320.4356.6316.27
Hex411231048194B1403910
Octal10122610110311135007120
Binary1000001100101100010100100011001100101110100000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411231; }

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

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

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

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

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

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

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

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