#390F2A

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

Shades of Blackberry #390F2A

Tints of Blackberry #390F2A

Color information

#390F2A (or 0x390F2A) is unknown color: approx Blackberry. HEX triplet: 39, 0F and 2A. RGB value is (57,15,42). Sum of RGB (Red+Green+Blue) = 57+15+42=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F2A is #C6F0D5. Grayscale: #1E1E1E. Windows color (decimal): -13037782 or 2756409. OLE color: 2756409.

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

Color convert

RGB571542-
CMYK00.740.260.78
HSL321.43º58.33%14.12%-
HSV(B)321.43º73.68%22.35%-
XYZ2.281.382.34-
YUV30.64134.41146.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=50%
G=13.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57154200.740.260.78321.4358.3314.12
Hex39F2A04A1A4E1413ae
Octal7117520112321165017216
Binary1110011111101010010010101101010011101010000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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