#390526

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

Shades of Blackberry #390526

Tints of Blackberry #390526

Color information

#390526 (or 0x390526) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 26. RGB value is (57,5,38). Sum of RGB (Red+Green+Blue) = 57+5+38=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390526 is #C6FAD9. Grayscale: #181818. Windows color (decimal): -13040346 or 2491705. OLE color: 2491705.

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

Color convert

RGB57538-
CMYK00.910.330.78
HSL321.92º83.87%12.16%-
HSV(B)321.92º91.23%22.35%-
XYZ2.091.121.94-
YUV24.31135.73151.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 38 (15.23% from 255) = 38%
R=57%
G=5%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753800.910.330.78321.9283.8712.16
Hex3952605B214E14254c
Octal7154601334111650212414
Binary11100110110011001011011100001100111010100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390526; }

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

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

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

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

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

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

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

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