#401636

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

Shades of Blackberry #401636

Tints of Blackberry #401636

Color information

#401636 (or 0x401636) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 36. RGB value is (64,22,54). Sum of RGB (Red+Green+Blue) = 64+22+54=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401636 is #BFE9C9. Grayscale: #262626. Windows color (decimal): -12577226 or 3544640. OLE color: 3544640.

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

Color convert

RGB642254-
CMYK00.660.160.75
HSL314.29º48.84%16.86%-
HSV(B)314.29º65.62%25.1%-
XYZ3.071.933.7-
YUV38.21136.91146.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=45.71%
G=15.71%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64225400.660.160.75314.2948.8416.86
Hex401636042104B13a3111
Octal10026660102201134726121
Binary1000000101101101100100001010000100101110011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401636; }

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

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

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

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

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

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

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

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