#400635

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

Shades of Blackberry #400635

Tints of Blackberry #400635

Color information

#400635 (or 0x400635) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 35. RGB value is (64,6,53). Sum of RGB (Red+Green+Blue) = 64+6+53=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400635 is #BFF9CA. Grayscale: #1C1C1C. Windows color (decimal): -12581323 or 3475008. OLE color: 3475008.

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

Color convert

RGB64653-
CMYK00.910.170.75
HSL311.38º82.86%13.73%-
HSV(B)311.38º90.62%25.1%-
XYZ2.821.483.5-
YUV28.7141.72153.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=52.03%
G=4.88%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465300.910.170.75311.3882.8613.73
Hex4063505B114B13753e
Octal10066501332111346712316
Binary10000001101101010101101110001100101110011011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400635; }

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

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

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

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

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

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

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

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