#40142C

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

Shades of Blackberry #40142C

Tints of Blackberry #40142C

Color information

#40142C (or 0x40142C) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 2C. RGB value is (64,20,44). Sum of RGB (Red+Green+Blue) = 64+20+44=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40142C is #BFEBD3. Grayscale: #232323. Windows color (decimal): -12577748 or 2888768. OLE color: 2888768.

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

Color convert

RGB642044-
CMYK00.690.310.75
HSL327.27º52.38%16.47%-
HSV(B)327.27º68.75%25.1%-
XYZ2.821.772.58-
YUV35.89132.58148.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=50%
G=15.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64204400.690.310.75327.2752.3816.47
Hex40142C0451F4B1473410
Octal10024540105371135076420
Binary1000000101001011000100010111111100101110100011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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