#40132D

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

Shades of Blackberry #40132D

Tints of Blackberry #40132D

Color information

#40132D (or 0x40132D) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 2D. RGB value is (64,19,45). Sum of RGB (Red+Green+Blue) = 64+19+45=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132D is #BFECD2. Grayscale: #232323. Windows color (decimal): -12578003 or 2954048. OLE color: 2954048.

HSL color Cylindrical-coordinate representation of color #40132D: hue angle of 325.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40132D is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB641945-
CMYK00.700.300.75
HSL325.33º54.22%16.27%-
HSV(B)325.33º70.31%25.1%-
XYZ2.821.752.67-
YUV35.42133.41148.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=50%
G=14.84%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64194500.700.300.75325.3354.2216.27
Hex40132D0461E4B1453610
Octal10023550106361135056620
Binary1000000100111011010100011011110100101110100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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