#401028

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

Shades of Blackberry #401028

Tints of Blackberry #401028

Color information

#401028 (or 0x401028) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 28. RGB value is (64,16,40). Sum of RGB (Red+Green+Blue) = 64+16+40=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401028 is #BFEFD7. Grayscale: #212121. Windows color (decimal): -12578776 or 2625600. OLE color: 2625600.

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

Color convert

RGB641640-
CMYK00.750.380.75
HSL330º60%15.69%-
HSV(B)330º75%25.1%-
XYZ2.681.612.18-
YUV33.09131.9150.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64164000.750.380.753306015.69
Hex40102804B264B14a3c10
Octal10020500113461135127420
Binary10000001000010100001001011100110100101110100101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401028; }

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

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

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

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

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

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

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

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