#401428

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

Shades of Blackberry #401428

Tints of Blackberry #401428

Color information

#401428 (or 0x401428) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 28. RGB value is (64,20,40). Sum of RGB (Red+Green+Blue) = 64+20+40=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401428 is #BFEBD7. Grayscale: #232323. Windows color (decimal): -12577752 or 2626624. OLE color: 2626624.

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

Color convert

RGB642040-
CMYK00.690.380.75
HSL332.73º52.38%16.47%-
HSV(B)332.73º68.75%25.1%-
XYZ2.751.742.2-
YUV35.44130.58148.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64204000.690.380.75332.7352.3816.47
Hex401428045264B14d3410
Octal10024500105461135156420
Binary10000001010010100001000101100110100101110100110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401428; }

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

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

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

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

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

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

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

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