#401435

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

Shades of Blackberry #401435

Tints of Blackberry #401435

Color information

#401435 (or 0x401435) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 35. RGB value is (64,20,53). Sum of RGB (Red+Green+Blue) = 64+20+53=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401435 is #BFEBCA. Grayscale: #242424. Windows color (decimal): -12577739 or 3478592. OLE color: 3478592.

HSL color Cylindrical-coordinate representation of color #401435: hue angle of 315º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401435 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB642053-
CMYK00.690.170.75
HSL315º52.38%16.47%-
HSV(B)315º68.75%25.1%-
XYZ3.011.853.57-
YUV36.92137.08147.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=46.72%
G=14.60%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64205300.690.170.7531552.3816.47
Hex401435045114B13b3410
Octal10024650105211134736420
Binary1000000101001101010100010110001100101110011101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401435; }

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

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

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

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

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

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

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

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