#390E2A

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

Shades of Blackberry #390E2A

Tints of Blackberry #390E2A

Color information

#390E2A (or 0x390E2A) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 2A. RGB value is (57,14,42). Sum of RGB (Red+Green+Blue) = 57+14+42=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E2A is #C6F1D5. Grayscale: #1D1D1D. Windows color (decimal): -13038038 or 2756153. OLE color: 2756153.

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

Color convert

RGB571442-
CMYK00.750.260.78
HSL320.93º60.56%13.92%-
HSV(B)320.93º75.44%22.35%-
XYZ2.261.352.33-
YUV30.05134.75147.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=50.44%
G=12.39%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57144200.750.260.78320.9360.5613.92
Hex39E2A04B1A4E1413de
Octal7116520113321165017516
Binary1110011110101010010010111101010011101010000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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