#390121

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

Shades of Blackberry #390121

Tints of Blackberry #390121

Color information

#390121 (or 0x390121) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 21. RGB value is (57,1,33). Sum of RGB (Red+Green+Blue) = 57+1+33=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390121 is #C6FEDE. Grayscale: #151515. Windows color (decimal): -13041375 or 2163001. OLE color: 2163001.

HSL color Cylindrical-coordinate representation of color #390121: hue angle of 325.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390121 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB57133-
CMYK00.980.420.78
HSL325.71º96.55%11.37%-
HSV(B)325.71º98.25%22.35%-
XYZ1.9711.53-
YUV21.39134.55153.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=62.64%
G=1.10%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713300.980.420.78325.7196.5511.37
Hex391210622A4E14661b
Octal7114101425211650614113
Binary111001110000101100010101010100111010100011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390121; }

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

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

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

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

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

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

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

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