#390520

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

Shades of Blackberry #390520

Tints of Blackberry #390520

Color information

#390520 (or 0x390520) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 20. RGB value is (57,5,32). Sum of RGB (Red+Green+Blue) = 57+5+32=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390520 is #C6FADF. Grayscale: #171717. Windows color (decimal): -13040352 or 2098489. OLE color: 2098489.

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

Color convert

RGB57532-
CMYK00.910.440.78
HSL328.85º83.87%12.16%-
HSV(B)328.85º91.23%22.35%-
XYZ21.081.47-
YUV23.63132.73151.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=60.64%
G=5.32%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753200.910.440.78328.8583.8712.16
Hex3952005B2C4E14954c
Octal7154001335411651112414
Binary11100110110000001011011101100100111010100100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390520; }

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

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

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

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

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

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

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

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