#40082E

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

Shades of Blackberry #40082E

Tints of Blackberry #40082E

Color information

#40082E (or 0x40082E) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 2E. RGB value is (64,8,46). Sum of RGB (Red+Green+Blue) = 64+8+46=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40082E is #BFF7D1. Grayscale: #1C1C1C. Windows color (decimal): -12580818 or 3016768. OLE color: 3016768.

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

Color convert

RGB64846-
CMYK00.870.280.75
HSL319.29º77.78%14.12%-
HSV(B)319.29º87.5%25.1%-
XYZ2.691.462.72-
YUV29.08137.55152.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=54.24%
G=6.78%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6484600.870.280.75319.2977.7814.12
Hex4082E0571C4B13f4ee
Octal100105601273411347711616
Binary100000010001011100101011111100100101110011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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