#390420

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

Shades of Blackberry #390420

Tints of Blackberry #390420

Color information

#390420 (or 0x390420) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 20. RGB value is (57,4,32). Sum of RGB (Red+Green+Blue) = 57+4+32=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #390420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390420 is #C6FBDF. Grayscale: #161616. Windows color (decimal): -13040608 or 2098233. OLE color: 2098233.

HSL color Cylindrical-coordinate representation of color #390420: hue angle of 328.3º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390420 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB57432-
CMYK00.930.440.78
HSL328.3º86.89%11.96%-
HSV(B)328.3º92.98%22.35%-
XYZ1.991.061.47-
YUV23.04133.06152.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=61.29%
G=4.30%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743200.930.440.78328.386.8911.96
Hex3942005D2C4E14857c
Octal7144001355411651012714
Binary11100110010000001011101101100100111010100100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390420; }

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

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

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

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

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

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

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

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