#390E28

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

Shades of Blackberry #390E28

Tints of Blackberry #390E28

Color information

#390E28 (or 0x390E28) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 28. RGB value is (57,14,40). Sum of RGB (Red+Green+Blue) = 57+14+40=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E28 is #C6F1D7. Grayscale: #1D1D1D. Windows color (decimal): -13038040 or 2625081. OLE color: 2625081.

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

Color convert

RGB571440-
CMYK00.750.300.78
HSL323.72º60.56%13.92%-
HSV(B)323.72º75.44%22.35%-
XYZ2.231.342.15-
YUV29.82133.75147.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=51.35%
G=12.61%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57144000.750.300.78323.7260.5613.92
Hex39E2804B1E4E1443de
Octal7116500113361165047516
Binary1110011110101000010010111111010011101010001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E28; }

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

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

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

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

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

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

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

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