#411A2F

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

Shades of Blackberry #411A2F

Tints of Blackberry #411A2F

Color information

#411A2F (or 0x411A2F) is unknown color: approx Blackberry. HEX triplet: 41, 1A and 2F. RGB value is (65,26,47). Sum of RGB (Red+Green+Blue) = 65+26+47=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A2F is #BEE5D0. Grayscale: #282828. Windows color (decimal): -12510673 or 3086913. OLE color: 3086913.

HSL color Cylindrical-coordinate representation of color #411A2F: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411A2F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB652647-
CMYK00.600.280.75
HSL327.69º42.86%17.84%-
HSV(B)327.69º60%25.49%-
XYZ3.062.072.93-
YUV40.05131.92145.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=47.10%
G=18.84%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65264700.600.280.75327.6942.8617.84
Hex411A2F03C1C4B1482b12
Octal1013257074341135105322
Binary100000111010101111011110011100100101110100100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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