#401228

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

Shades of Blackberry #401228

Tints of Blackberry #401228

Color information

#401228 (or 0x401228) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 28. RGB value is (64,18,40). Sum of RGB (Red+Green+Blue) = 64+18+40=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401228 is #BFEDD7. Grayscale: #222222. Windows color (decimal): -12578264 or 2626112. OLE color: 2626112.

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

Color convert

RGB641840-
CMYK00.720.380.75
HSL331.3º56.1%16.08%-
HSV(B)331.3º71.88%25.1%-
XYZ2.711.682.19-
YUV34.26131.24149.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=52.46%
G=14.75%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184000.720.380.75331.356.116.08
Hex401228048264B14b3810
Octal10022500110461135137020
Binary10000001001010100001001000100110100101110100101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401228; }

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

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

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

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

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

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

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

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