#40142B

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

Shades of Blackberry #40142B

Tints of Blackberry #40142B

Color information

#40142B (or 0x40142B) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 2B. RGB value is (64,20,43). Sum of RGB (Red+Green+Blue) = 64+20+43=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40142B is #BFEBD4. Grayscale: #232323. Windows color (decimal): -12577749 or 2823232. OLE color: 2823232.

HSL color Cylindrical-coordinate representation of color #40142B: hue angle of 328.64º 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 #40142B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB642043-
CMYK00.690.330.75
HSL328.64º52.38%16.47%-
HSV(B)328.64º68.75%25.1%-
XYZ2.81.762.48-
YUV35.78132.08148.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=50.39%
G=15.75%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64204300.690.330.75328.6452.3816.47
Hex40142B045214B1493410
Octal10024530105411135116420
Binary10000001010010101101000101100001100101110100100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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