#390028

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

Shades of Blackberry #390028

Tints of Blackberry #390028

Color information

#390028 (or 0x390028) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 28. RGB value is (57,0,40). Sum of RGB (Red+Green+Blue) = 57+0+40=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390028 is #C6FFD7. Grayscale: #151515. Windows color (decimal): -13041624 or 2621497. OLE color: 2621497.

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

Color convert

RGB57040-
CMYK010.300.78
HSL317.89º100%11.18%-
HSV(B)317.89º100%22.35%-
XYZ2.071.022.1-
YUV21.6138.38153.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=58.76%
G=0%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57040010.300.78317.8910011.18
Hex390280641E4E13e64b
Octal7105001443611647614413
Binary11100101010000110010011110100111010011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390028; }

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

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

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

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

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

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

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

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