#40002E

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

Shades of Blackberry #40002E

Tints of Blackberry #40002E

Color information

#40002E (or 0x40002E) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 2E. RGB value is (64,0,46). Sum of RGB (Red+Green+Blue) = 64+0+46=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40002E is #BFFFD1. Grayscale: #181818. Windows color (decimal): -12582866 or 3014720. OLE color: 3014720.

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

Color convert

RGB64046-
CMYK010.280.75
HSL316.88º100%12.55%-
HSV(B)316.88º100%25.1%-
XYZ2.611.292.7-
YUV24.38140.2156.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=58.18%
G=0%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64046010.280.75316.8810012.55
Hex4002E0641C4B13d64d
Octal10005601443411347514415
Binary100000001011100110010011100100101110011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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