#390527

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

Shades of Blackberry #390527

Tints of Blackberry #390527

Color information

#390527 (or 0x390527) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 27. RGB value is (57,5,39). Sum of RGB (Red+Green+Blue) = 57+5+39=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390527 is #C6FAD8. Grayscale: #181818. Windows color (decimal): -13040345 or 2557241. OLE color: 2557241.

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

Color convert

RGB57539-
CMYK00.910.320.78
HSL320.77º83.87%12.16%-
HSV(B)320.77º91.23%22.35%-
XYZ2.111.122.03-
YUV24.42136.23151.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=56.44%
G=4.95%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753900.910.320.78320.7783.8712.16
Hex3952705B204E14154c
Octal7154701334011650112414
Binary11100110110011101011011100000100111010100000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390527; }

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

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

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

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

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

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

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

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