#40142E

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

Shades of Blackberry #40142E

Tints of Blackberry #40142E

Color information

#40142E (or 0x40142E) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 2E. RGB value is (64,20,46). Sum of RGB (Red+Green+Blue) = 64+20+46=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40142E is #BFEBD1. Grayscale: #242424. Windows color (decimal): -12577746 or 3019840. OLE color: 3019840.

HSL color Cylindrical-coordinate representation of color #40142E: hue angle of 324.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40142E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB642046-
CMYK00.690.280.75
HSL324.55º52.38%16.47%-
HSV(B)324.55º68.75%25.1%-
XYZ2.861.792.78-
YUV36.12133.58147.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=49.23%
G=15.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64204600.690.280.75324.5552.3816.47
Hex40142E0451C4B1453410
Octal10024560105341135056420
Binary1000000101001011100100010111100100101110100010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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