#401022

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

Shades of Blackberry #401022

Tints of Blackberry #401022

Color information

#401022 (or 0x401022) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 22. RGB value is (64,16,34). Sum of RGB (Red+Green+Blue) = 64+16+34=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401022 is #BFEFDD. Grayscale: #202020. Windows color (decimal): -12578782 or 2232384. OLE color: 2232384.

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

Color convert

RGB641634-
CMYK00.750.470.75
HSL337.5º60%15.69%-
HSV(B)337.5º75%25.1%-
XYZ2.591.581.68-
YUV32.4128.9150.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=56.14%
G=14.04%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64163400.750.470.75337.56015.69
Hex40102204B2F4B1523c10
Octal10020420113571135227420
Binary10000001000010001001001011101111100101110101001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401022; }

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

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

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

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

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

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

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

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