#40062E

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

Shades of Blackberry #40062E

Tints of Blackberry #40062E

Color information

#40062E (or 0x40062E) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 2E. RGB value is (64,6,46). Sum of RGB (Red+Green+Blue) = 64+6+46=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062E is #BFF9D1. Grayscale: #1B1B1B. Windows color (decimal): -12581330 or 3016256. OLE color: 3016256.

HSL color Cylindrical-coordinate representation of color #40062E: hue angle of 318.62º 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 #40062E is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB64646-
CMYK00.910.280.75
HSL318.62º82.86%13.73%-
HSV(B)318.62º90.62%25.1%-
XYZ2.671.422.72-
YUV27.9138.22153.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=55.17%
G=5.17%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6464600.910.280.75318.6282.8613.73
Hex4062E05B1C4B13f53e
Octal10065601333411347712316
Binary10000001101011100101101111100100101110011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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