#411F33

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

Shades of Blackberry #411F33

Tints of Blackberry #411F33

Color information

#411F33 (or 0x411F33) is unknown color: approx Blackberry. HEX triplet: 41, 1F and 33. RGB value is (65,31,51). Sum of RGB (Red+Green+Blue) = 65+31+51=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #411F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F33 is #BEE0CC. Grayscale: #2B2B2B. Windows color (decimal): -12509389 or 3350337. OLE color: 3350337.

HSL color Cylindrical-coordinate representation of color #411F33: hue angle of 324.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F33 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB653151-
CMYK00.520.220.75
HSL324.71º35.42%18.82%-
HSV(B)324.71º52.31%25.49%-
XYZ3.272.343.41-
YUV43.45132.26143.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=44.22%
G=21.09%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65315100.520.220.75324.7135.4218.82
Hex411F33034164B1452313
Octal1013763064261135054323
Binary100000111111110011011010010110100101110100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F33; }

 p { color: rgb(65,31,51); }

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

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

 a { background-color: rgb(65,31,51); }

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

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

 span { border-color: rgb(65,31,51); }

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