#400036

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

Shades of Blackberry #400036

Tints of Blackberry #400036

Color information

#400036 (or 0x400036) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 36. RGB value is (64,0,54). Sum of RGB (Red+Green+Blue) = 64+0+54=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400036 is #BFFFC9. Grayscale: #191919. Windows color (decimal): -12582858 or 3539008. OLE color: 3539008.

HSL color Cylindrical-coordinate representation of color #400036: hue angle of 309.38º 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 #400036 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB64054-
CMYK010.160.75
HSL309.38º100%12.55%-
HSV(B)309.38º100%25.1%-
XYZ2.781.363.61-
YUV25.29144.2155.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 45.76%
R=54.24%
G=0%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64054010.160.75309.3810012.55
Hex40036064104B13564d
Octal10006601442011346514415
Binary100000001101100110010010000100101110011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400036; }

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

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

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

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

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

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

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

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