#401328

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

Shades of Blackberry #401328

Tints of Blackberry #401328

Color information

#401328 (or 0x401328) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 28. RGB value is (64,19,40). Sum of RGB (Red+Green+Blue) = 64+19+40=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401328 is #BFECD7. Grayscale: #222222. Windows color (decimal): -12578008 or 2626368. OLE color: 2626368.

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

Color convert

RGB641940-
CMYK00.700.380.75
HSL332º54.22%16.27%-
HSV(B)332º70.31%25.1%-
XYZ2.731.712.19-
YUV34.85130.91148.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=52.03%
G=15.45%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64194000.700.380.7533254.2216.27
Hex401328046264B14c3610
Octal10023500106461135146620
Binary10000001001110100001000110100110100101110100110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401328; }

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

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

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

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

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

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

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

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