#40042E

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

Shades of Blackberry #40042E

Tints of Blackberry #40042E

Color information

#40042E (or 0x40042E) is unknown color: approx Blackberry. HEX triplet: 40, 04 and 2E. RGB value is (64,4,46). Sum of RGB (Red+Green+Blue) = 64+4+46=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40042E is #BFFBD1. Grayscale: #1A1A1A. Windows color (decimal): -12581842 or 3015744. OLE color: 3015744.

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

Color convert

RGB64446-
CMYK00.940.280.75
HSL318º88.24%13.33%-
HSV(B)318º93.75%25.1%-
XYZ2.651.372.71-
YUV26.73138.88154.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=56.14%
G=3.51%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444600.940.280.7531888.2413.33
Hex4042E05E1C4B13e58d
Octal10045601363411347613015
Binary10000001001011100101111011100100101110011111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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