#411F34

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

Shades of Blackberry #411F34

Tints of Blackberry #411F34

Color information

#411F34 (or 0x411F34) is unknown color: approx Blackberry. HEX triplet: 41, 1F and 34. RGB value is (65,31,52). Sum of RGB (Red+Green+Blue) = 65+31+52=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #411F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F34 is #BEE0CB. Grayscale: #2B2B2B. Windows color (decimal): -12509388 or 3415873. OLE color: 3415873.

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

Color convert

RGB653152-
CMYK00.520.200.75
HSL322.94º35.42%18.82%-
HSV(B)322.94º52.31%25.49%-
XYZ3.292.353.53-
YUV43.56132.76143.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=43.92%
G=20.95%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65315200.520.200.75322.9435.4218.82
Hex411F34034144B1432313
Octal1013764064241135034323
Binary100000111111110100011010010100100101110100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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