#390523

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

Shades of Blackberry #390523

Tints of Blackberry #390523

Color information

#390523 (or 0x390523) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 23. RGB value is (57,5,35). Sum of RGB (Red+Green+Blue) = 57+5+35=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390523 is #C6FADC. Grayscale: #171717. Windows color (decimal): -13040349 or 2295097. OLE color: 2295097.

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

Color convert

RGB57535-
CMYK00.910.390.78
HSL325.38º83.87%12.16%-
HSV(B)325.38º91.23%22.35%-
XYZ2.041.11.69-
YUV23.97134.23151.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=58.76%
G=5.15%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753500.910.390.78325.3883.8712.16
Hex3952305B274E14554c
Octal7154301334711650512414
Binary11100110110001101011011100111100111010100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390523; }

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

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

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

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

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

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

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

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