#40042D

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

Shades of Blackberry #40042D

Tints of Blackberry #40042D

Color information

#40042D (or 0x40042D) is unknown color: approx Blackberry. HEX triplet: 40, 04 and 2D. RGB value is (64,4,45). Sum of RGB (Red+Green+Blue) = 64+4+45=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40042D is #BFFBD2. Grayscale: #1A1A1A. Windows color (decimal): -12581843 or 2950208. OLE color: 2950208.

HSL color Cylindrical-coordinate representation of color #40042D: hue angle of 319º 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 #40042D is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB64445-
CMYK00.940.300.75
HSL319º88.24%13.33%-
HSV(B)319º93.75%25.1%-
XYZ2.631.372.61-
YUV26.61138.38154.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=56.64%
G=3.54%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444500.940.300.7531988.2413.33
Hex4042D05E1E4B13f58d
Octal10045501363611347713015
Binary10000001001011010101111011110100101110011111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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