#411E2F

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

Shades of Blackberry #411E2F

Tints of Blackberry #411E2F

Color information

#411E2F (or 0x411E2F) is unknown color: approx Blackberry. HEX triplet: 41, 1E and 2F. RGB value is (65,30,47). Sum of RGB (Red+Green+Blue) = 65+30+47=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E2F is #BEE1D0. Grayscale: #2A2A2A. Windows color (decimal): -12509649 or 3087937. OLE color: 3087937.

HSL color Cylindrical-coordinate representation of color #411E2F: hue angle of 330.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E2F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB653047-
CMYK00.540.280.75
HSL330.86º36.84%18.63%-
HSV(B)330.86º53.85%25.49%-
XYZ3.162.262.96-
YUV42.4130.6144.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=45.77%
G=21.13%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65304700.540.280.75330.8636.8418.63
Hex411E2F0361C4B14b2513
Octal1013657066341135134523
Binary100000111110101111011011011100100101110100101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,30,47); }

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

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

 a { background-color: rgb(65,30,47); }

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

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

 span { border-color: rgb(65,30,47); }

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