#401327

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

Shades of Blackberry #401327

Tints of Blackberry #401327

Color information

#401327 (or 0x401327) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 27. RGB value is (64,19,39). Sum of RGB (Red+Green+Blue) = 64+19+39=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401327 is #BFECD8. Grayscale: #222222. Windows color (decimal): -12578009 or 2560832. OLE color: 2560832.

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

Color convert

RGB641939-
CMYK00.700.390.75
HSL333.33º54.22%16.27%-
HSV(B)333.33º70.31%25.1%-
XYZ2.711.72.11-
YUV34.74130.41148.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=52.46%
G=15.57%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64193900.700.390.75333.3354.2216.27
Hex401327046274B14d3610
Octal10023470106471135156620
Binary10000001001110011101000110100111100101110100110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401327; }

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

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

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

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

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

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

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

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