#41152E

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

Shades of Blackberry #41152E

Tints of Blackberry #41152E

Color information

#41152E (or 0x41152E) is unknown color: approx Blackberry. HEX triplet: 41, 15 and 2E. RGB value is (65,21,46). Sum of RGB (Red+Green+Blue) = 65+21+46=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41152E is #BEEAD1. Grayscale: #242424. Windows color (decimal): -12511954 or 3020097. OLE color: 3020097.

HSL color Cylindrical-coordinate representation of color #41152E: hue angle of 325.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41152E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB652146-
CMYK00.680.290.75
HSL325.91º51.16%16.86%-
HSV(B)325.91º67.69%25.49%-
XYZ2.941.862.79-
YUV37.01133.08147.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=49.24%
G=15.91%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65214600.680.290.75325.9151.1616.86
Hex41152E0441D4B1463311
Octal10125560104351135066321
Binary1000001101011011100100010011101100101110100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41152E; }

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

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

<style>
 a { background-color: #41152E; }

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

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

<style>
 span { border-color: #41152E; }

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

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