#40132E

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

Shades of Blackberry #40132E

Tints of Blackberry #40132E

Color information

#40132E (or 0x40132E) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 2E. RGB value is (64,19,46). Sum of RGB (Red+Green+Blue) = 64+19+46=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132E is #BFECD1. Grayscale: #232323. Windows color (decimal): -12578002 or 3019584. OLE color: 3019584.

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

Color convert

RGB641946-
CMYK00.700.280.75
HSL324º54.22%16.27%-
HSV(B)324º70.31%25.1%-
XYZ2.841.752.77-
YUV35.53133.91148.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=49.61%
G=14.73%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64194600.700.280.7532454.2216.27
Hex40132E0461C4B1443610
Octal10023560106341135046620
Binary1000000100111011100100011011100100101110100010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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