#411C2D

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

Shades of Blackberry #411C2D

Tints of Blackberry #411C2D

Color information

#411C2D (or 0x411C2D) is unknown color: approx Blackberry. HEX triplet: 41, 1C and 2D. RGB value is (65,28,45). Sum of RGB (Red+Green+Blue) = 65+28+45=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2D is #BEE3D2. Grayscale: #282828. Windows color (decimal): -12510163 or 2956353. OLE color: 2956353.

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

Color convert

RGB652845-
CMYK00.570.310.75
HSL332.43º39.78%18.24%-
HSV(B)332.43º56.92%25.49%-
XYZ3.072.142.73-
YUV41130.26145.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=47.10%
G=20.29%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65284500.570.310.75332.4339.7818.24
Hex411C2D0391F4B14c2812
Octal1013455071371135145022
Binary100000111100101101011100111111100101110100110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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