#411C34

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

Shades of Blackberry #411C34

Tints of Blackberry #411C34

Color information

#411C34 (or 0x411C34) is unknown color: approx Blackberry. HEX triplet: 41, 1C and 34. RGB value is (65,28,52). Sum of RGB (Red+Green+Blue) = 65+28+52=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C34 is #BEE3CB. Grayscale: #292929. Windows color (decimal): -12510156 or 3415105. OLE color: 3415105.

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

Color convert

RGB652852-
CMYK00.570.200.75
HSL321.08º39.78%18.24%-
HSV(B)321.08º56.92%25.49%-
XYZ3.222.23.5-
YUV41.8133.76144.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=44.83%
G=19.31%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65285200.570.200.75321.0839.7818.24
Hex411C34039144B1412812
Octal1013464071241135015022
Binary100000111100110100011100110100100101110100000110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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