#390528

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

Shades of Blackberry #390528

Tints of Blackberry #390528

Color information

#390528 (or 0x390528) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 28. RGB value is (57,5,40). Sum of RGB (Red+Green+Blue) = 57+5+40=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #390528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390528 is #C6FAD7. Grayscale: #181818. Windows color (decimal): -13040344 or 2622777. OLE color: 2622777.

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

Color convert

RGB57540-
CMYK00.910.300.78
HSL319.62º83.87%12.16%-
HSV(B)319.62º91.23%22.35%-
XYZ2.121.132.11-
YUV24.54136.73151.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=55.88%
G=4.90%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5754000.910.300.78319.6283.8712.16
Hex3952805B1E4E14054c
Octal7155001333611650012414
Binary1110011011010000101101111110100111010100000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390528; }

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

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

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

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

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

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

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

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