#411C32

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

Shades of Blackberry #411C32

Tints of Blackberry #411C32

Color information

#411C32 (or 0x411C32) is unknown color: approx Blackberry. HEX triplet: 41, 1C and 32. RGB value is (65,28,50). Sum of RGB (Red+Green+Blue) = 65+28+50=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C32 is #BEE3CD. Grayscale: #292929. Windows color (decimal): -12510158 or 3284033. OLE color: 3284033.

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

Color convert

RGB652850-
CMYK00.570.230.75
HSL324.32º39.78%18.24%-
HSV(B)324.32º56.92%25.49%-
XYZ3.172.183.27-
YUV41.57132.76144.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=45.45%
G=19.58%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65285000.570.230.75324.3239.7818.24
Hex411C32039174B1442812
Octal1013462071271135045022
Binary100000111100110010011100110111100101110100010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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