#400120

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

Shades of Blackberry #400120

Tints of Blackberry #400120

Color information

#400120 (or 0x400120) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 20. RGB value is (64,1,32). Sum of RGB (Red+Green+Blue) = 64+1+32=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400120 is #BFFEDF. Grayscale: #171717. Windows color (decimal): -12582624 or 2097472. OLE color: 2097472.

HSL color Cylindrical-coordinate representation of color #400120: hue angle of 330.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400120 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB64132-
CMYK00.980.500.75
HSL330.48º96.92%12.75%-
HSV(B)330.48º98.44%25.1%-
XYZ2.391.221.48-
YUV23.37132.87156.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=65.98%
G=1.03%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413200.980.500.75330.4896.9212.75
Hex40120062324B14a61d
Octal10014001426211351214115
Binary1000000110000001100010110010100101110100101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400120; }

 p { color: rgb(64,1,32); }

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

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

 a { background-color: rgb(64,1,32); }

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

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

 span { border-color: rgb(64,1,32); }

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