#400835

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

Shades of Blackberry #400835

Tints of Blackberry #400835

Color information

#400835 (or 0x400835) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 35. RGB value is (64,8,53). Sum of RGB (Red+Green+Blue) = 64+8+53=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400835 is #BFF7CA. Grayscale: #1D1D1D. Windows color (decimal): -12580811 or 3475520. OLE color: 3475520.

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

Color convert

RGB64853-
CMYK00.870.170.75
HSL311.79º77.78%14.12%-
HSV(B)311.79º87.5%25.1%-
XYZ2.841.523.51-
YUV29.87141.05152.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=51.2%
G=6.4%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6485300.870.170.75311.7977.7814.12
Hex40835057114B1384ee
Octal100106501272111347011616
Binary100000010001101010101011110001100101110011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400835; }

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

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

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

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

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

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

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

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