#40032E

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

Shades of Blackberry #40032E

Tints of Blackberry #40032E

Color information

#40032E (or 0x40032E) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 2E. RGB value is (64,3,46). Sum of RGB (Red+Green+Blue) = 64+3+46=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40032E is #BFFCD1. Grayscale: #1A1A1A. Windows color (decimal): -12582098 or 3015488. OLE color: 3015488.

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

Color convert

RGB64346-
CMYK00.950.280.75
HSL317.7º91.04%13.14%-
HSV(B)317.7º95.31%25.1%-
XYZ2.641.352.71-
YUV26.14139.21155-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=56.64%
G=2.65%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434600.950.280.75317.791.0413.14
Hex4032E05F1C4B13e5bd
Octal10035601373411347613315
Binary1000000111011100101111111100100101110011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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