#401335

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

Shades of Blackberry #401335

Tints of Blackberry #401335

Color information

#401335 (or 0x401335) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 35. RGB value is (64,19,53). Sum of RGB (Red+Green+Blue) = 64+19+53=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401335 is #BFECCA. Grayscale: #242424. Windows color (decimal): -12577995 or 3478336. OLE color: 3478336.

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

Color convert

RGB641953-
CMYK00.700.170.75
HSL314.67º54.22%16.27%-
HSV(B)314.67º70.31%25.1%-
XYZ2.991.813.56-
YUV36.33137.41147.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=47.06%
G=13.97%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195300.700.170.75314.6754.2216.27
Hex401335046114B13b3610
Octal10023650106211134736620
Binary1000000100111101010100011010001100101110011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401335; }

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

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

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

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

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

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

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

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