#401627

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

Shades of Blackberry #401627

Tints of Blackberry #401627

Color information

#401627 (or 0x401627) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 27. RGB value is (64,22,39). Sum of RGB (Red+Green+Blue) = 64+22+39=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401627 is #BFE9D8. Grayscale: #242424. Windows color (decimal): -12577241 or 2561600. OLE color: 2561600.

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

Color convert

RGB642239-
CMYK00.660.390.75
HSL335.71º48.84%16.86%-
HSV(B)335.71º65.62%25.1%-
XYZ2.771.812.12-
YUV36.5129.41147.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=51.2%
G=17.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64223900.660.390.75335.7148.8416.86
Hex401627042274B1503111
Octal10026470102471135206121
Binary10000001011010011101000010100111100101110101000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401627; }

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

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

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

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

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

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

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

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