#390120

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

Shades of Blackberry #390120

Tints of Blackberry #390120

Color information

#390120 (or 0x390120) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 20. RGB value is (57,1,32). Sum of RGB (Red+Green+Blue) = 57+1+32=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390120 is #C6FEDF. Grayscale: #151515. Windows color (decimal): -13041376 or 2097465. OLE color: 2097465.

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

Color convert

RGB57132-
CMYK00.980.440.78
HSL326.79º96.55%11.37%-
HSV(B)326.79º98.25%22.35%-
XYZ1.9611.46-
YUV21.28134.05153.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=63.33%
G=1.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713200.980.440.78326.7996.5511.37
Hex391200622C4E14761b
Octal7114001425411650714113
Binary111001110000001100010101100100111010100011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390120; }

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

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

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

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

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

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

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

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