#390E2F

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

Shades of Blackberry #390E2F

Tints of Blackberry #390E2F

Color information

#390E2F (or 0x390E2F) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 2F. RGB value is (57,14,47). Sum of RGB (Red+Green+Blue) = 57+14+47=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #390E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E2F is #C6F1D0. Grayscale: #1E1E1E. Windows color (decimal): -13038033 or 3083833. OLE color: 3083833.

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

Color convert

RGB571447-
CMYK00.750.180.78
HSL313.95º60.56%13.92%-
HSV(B)313.95º75.44%22.35%-
XYZ2.361.392.83-
YUV30.62137.25146.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=48.31%
G=11.86%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57144700.750.180.78313.9560.5613.92
Hex39E2F04B124E13a3de
Octal7116570113221164727516
Binary1110011110101111010010111001010011101001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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