#40122E

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

Shades of Blackberry #40122E

Tints of Blackberry #40122E

Color information

#40122E (or 0x40122E) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 2E. RGB value is (64,18,46). Sum of RGB (Red+Green+Blue) = 64+18+46=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122E is #BFEDD1. Grayscale: #222222. Windows color (decimal): -12578258 or 3019328. OLE color: 3019328.

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

Color convert

RGB641846-
CMYK00.720.280.75
HSL323.48º56.1%16.08%-
HSV(B)323.48º71.88%25.1%-
XYZ2.821.722.77-
YUV34.95134.24148.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=50%
G=14.06%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184600.720.280.75323.4856.116.08
Hex40122E0481C4B1433810
Octal10022560110341135037020
Binary1000000100101011100100100011100100101110100001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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