#411D2E

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

Shades of Blackberry #411D2E

Tints of Blackberry #411D2E

Color information

#411D2E (or 0x411D2E) is unknown color: approx Blackberry. HEX triplet: 41, 1D and 2E. RGB value is (65,29,46). Sum of RGB (Red+Green+Blue) = 65+29+46=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2E is #BEE2D1. Grayscale: #292929. Windows color (decimal): -12509906 or 3022145. OLE color: 3022145.

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

Color convert

RGB652946-
CMYK00.550.290.75
HSL331.67º38.3%18.43%-
HSV(B)331.67º55.38%25.49%-
XYZ3.112.22.85-
YUV41.7130.43144.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=46.43%
G=20.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294600.550.290.75331.6738.318.43
Hex411D2E0371D4B14c2612
Octal1013556067351135144622
Binary100000111101101110011011111101100101110100110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,46); }

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

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

 a { background-color: rgb(65,29,46); }

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

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

 span { border-color: rgb(65,29,46); }

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