#411232

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

Shades of Blackberry #411232

Tints of Blackberry #411232

Color information

#411232 (or 0x411232) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 32. RGB value is (65,18,50). Sum of RGB (Red+Green+Blue) = 65+18+50=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411232 is #BEEDCD. Grayscale: #232323. Windows color (decimal): -12512718 or 3281473. OLE color: 3281473.

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

Color convert

RGB651850-
CMYK00.720.230.75
HSL319.15º56.63%16.27%-
HSV(B)319.15º72.31%25.49%-
XYZ2.971.793.21-
YUV35.7136.07148.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=48.87%
G=13.53%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65185000.720.230.75319.1556.6316.27
Hex411232048174B13f3910
Octal10122620110271134777120
Binary1000001100101100100100100010111100101110011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411232; }

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

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

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

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

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

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

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

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