#401326

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

Shades of Blackberry #401326

Tints of Blackberry #401326

Color information

#401326 (or 0x401326) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 26. RGB value is (64,19,38). Sum of RGB (Red+Green+Blue) = 64+19+38=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401326 is #BFECD9. Grayscale: #222222. Windows color (decimal): -12578010 or 2495296. OLE color: 2495296.

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

Color convert

RGB641938-
CMYK00.700.410.75
HSL334.67º54.22%16.27%-
HSV(B)334.67º70.31%25.1%-
XYZ2.71.72.02-
YUV34.62129.91148.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=52.89%
G=15.70%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64193800.700.410.75334.6754.2216.27
Hex401326046294B14f3610
Octal10023460106511135176620
Binary10000001001110011001000110101001100101110100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401326; }

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

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

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

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

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

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

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

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