#40062D

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

Shades of Blackberry #40062D

Tints of Blackberry #40062D

Color information

#40062D (or 0x40062D) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 2D. RGB value is (64,6,45). Sum of RGB (Red+Green+Blue) = 64+6+45=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062D is #BFF9D2. Grayscale: #1B1B1B. Windows color (decimal): -12581331 or 2950720. OLE color: 2950720.

HSL color Cylindrical-coordinate representation of color #40062D: hue angle of 319.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB64645-
CMYK00.910.300.75
HSL319.66º82.86%13.73%-
HSV(B)319.66º90.62%25.1%-
XYZ2.651.412.61-
YUV27.79137.72153.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=55.65%
G=5.22%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6464500.910.300.75319.6682.8613.73
Hex4062D05B1E4B14053e
Octal10065501333611350012316
Binary10000001101011010101101111110100101110100000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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