#390728

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

Shades of Blackberry #390728

Tints of Blackberry #390728

Color information

#390728 (or 0x390728) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 28. RGB value is (57,7,40). Sum of RGB (Red+Green+Blue) = 57+7+40=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390728 is #C6F8D7. Grayscale: #191919. Windows color (decimal): -13039832 or 2623289. OLE color: 2623289.

HSL color Cylindrical-coordinate representation of color #390728: hue angle of 320.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390728 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB57740-
CMYK00.880.300.78
HSL320.4º78.12%12.55%-
HSV(B)320.4º87.72%22.35%-
XYZ2.151.182.12-
YUV25.71136.06150.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=54.81%
G=6.73%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5774000.880.300.78320.478.1212.55
Hex397280581E4E1404ed
Octal7175001303611650011615
Binary1110011111010000101100011110100111010100000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390728; }

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

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

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

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

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

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

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

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