#400020

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

Shades of Blackberry #400020

Tints of Blackberry #400020

Color information

#400020 (or 0x400020) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 20. RGB value is (64,0,32). Sum of RGB (Red+Green+Blue) = 64+0+32=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400020 is #BFFFDF. Grayscale: #161616. Windows color (decimal): -12582880 or 2097216. OLE color: 2097216.

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

Color convert

RGB64032-
CMYK010.500.75
HSL330º100%12.55%-
HSV(B)330º100%25.1%-
XYZ2.381.191.47-
YUV22.78133.2157.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64032010.500.7533010012.55
Hex40020064324B14a64d
Octal10004001446211351214415
Binary1000000010000001100100110010100101110100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400020; }

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

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

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

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

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

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

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

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