#390E27

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

Shades of Blackberry #390E27

Tints of Blackberry #390E27

Color information

#390E27 (or 0x390E27) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 27. RGB value is (57,14,39). Sum of RGB (Red+Green+Blue) = 57+14+39=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E27 is #C6F1D8. Grayscale: #1D1D1D. Windows color (decimal): -13038041 or 2559545. OLE color: 2559545.

HSL color Cylindrical-coordinate representation of color #390E27: hue angle of 325.12º 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 #390E27 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB571439-
CMYK00.750.320.78
HSL325.12º60.56%13.92%-
HSV(B)325.12º75.44%22.35%-
XYZ2.211.332.06-
YUV29.71133.25147.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=51.82%
G=12.73%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57143900.750.320.78325.1260.5613.92
Hex39E2704B204E1453de
Octal7116470113401165057516
Binary11100111101001110100101110000010011101010001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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