#400121

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

Shades of Blackberry #400121

Tints of Blackberry #400121

Color information

#400121 (or 0x400121) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 21. RGB value is (64,1,33). Sum of RGB (Red+Green+Blue) = 64+1+33=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400121 is #BFFEDE. Grayscale: #171717. Windows color (decimal): -12582623 or 2163008. OLE color: 2163008.

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

Color convert

RGB64133-
CMYK00.980.480.75
HSL329.52º96.92%12.75%-
HSV(B)329.52º98.44%25.1%-
XYZ2.41.221.55-
YUV23.48133.37156.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=65.31%
G=1.02%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413300.980.480.75329.5296.9212.75
Hex40121062304B14a61d
Octal10014101426011351214115
Binary1000000110000101100010110000100101110100101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400121; }

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

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

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

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

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

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

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

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