#411E34

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

Shades of Blackberry #411E34

Tints of Blackberry #411E34

Color information

#411E34 (or 0x411E34) is unknown color: approx Blackberry. HEX triplet: 41, 1E and 34. RGB value is (65,30,52). Sum of RGB (Red+Green+Blue) = 65+30+52=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #411E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E34 is #BEE1CB. Grayscale: #2A2A2A. Windows color (decimal): -12509644 or 3415617. OLE color: 3415617.

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

Color convert

RGB653052-
CMYK00.540.200.75
HSL322.29º36.84%18.63%-
HSV(B)322.29º53.85%25.49%-
XYZ3.262.33.52-
YUV42.97133.1143.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=44.22%
G=20.41%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65305200.540.200.75322.2936.8418.63
Hex411E34036144B1422513
Octal1013664066241135024523
Binary100000111110110100011011010100100101110100001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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