#401128

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

Shades of Blackberry #401128

Tints of Blackberry #401128

Color information

#401128 (or 0x401128) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 28. RGB value is (64,17,40). Sum of RGB (Red+Green+Blue) = 64+17+40=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401128 is #BFEED7. Grayscale: #212121. Windows color (decimal): -12578520 or 2625856. OLE color: 2625856.

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

Color convert

RGB641740-
CMYK00.730.380.75
HSL330.64º58.02%15.88%-
HSV(B)330.64º73.44%25.1%-
XYZ2.71.642.18-
YUV33.67131.57149.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=52.89%
G=14.05%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64174000.730.380.75330.6458.0215.88
Hex401128049264B14b3a10
Octal10021500111461135137220
Binary10000001000110100001001001100110100101110100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401128; }

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

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

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

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

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

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

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

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