#41132D

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

Shades of Blackberry #41132D

Tints of Blackberry #41132D

Color information

#41132D (or 0x41132D) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 2D. RGB value is (65,19,45). Sum of RGB (Red+Green+Blue) = 65+19+45=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132D is #BEECD2. Grayscale: #232323. Windows color (decimal): -12512467 or 2954049. OLE color: 2954049.

HSL color Cylindrical-coordinate representation of color #41132D: hue angle of 326.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41132D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB651945-
CMYK00.710.310.75
HSL326.09º54.76%16.47%-
HSV(B)326.09º70.77%25.49%-
XYZ2.891.782.67-
YUV35.72133.24148.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=50.39%
G=14.73%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65194500.710.310.75326.0954.7616.47
Hex41132D0471F4B1463710
Octal10123550107371135066720
Binary1000001100111011010100011111111100101110100011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41132D; }

 p { color: rgb(65,19,45); }

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

<style>
 a { background-color: #41132D; }

 a { background-color: rgb(65,19,45); }

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

<style>
 span { border-color: #41132D; }

 span { border-color: rgb(65,19,45); }

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