#41152F

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

Shades of Blackberry #41152F

Tints of Blackberry #41152F

Color information

#41152F (or 0x41152F) is unknown color: approx Blackberry. HEX triplet: 41, 15 and 2F. RGB value is (65,21,47). Sum of RGB (Red+Green+Blue) = 65+21+47=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41152F is #BEEAD0. Grayscale: #252525. Windows color (decimal): -12511953 or 3085633. OLE color: 3085633.

HSL color Cylindrical-coordinate representation of color #41152F: hue angle of 324.55º 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 #41152F is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB652147-
CMYK00.680.280.75
HSL324.55º51.16%16.86%-
HSV(B)324.55º67.69%25.49%-
XYZ2.961.872.89-
YUV37.12133.58147.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=48.87%
G=15.79%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65214700.680.280.75324.5551.1616.86
Hex41152F0441C4B1453311
Octal10125570104341135056321
Binary1000001101011011110100010011100100101110100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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