#390929

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

Shades of Blackberry #390929

Tints of Blackberry #390929

Color information

#390929 (or 0x390929) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 29. RGB value is (57,9,41). Sum of RGB (Red+Green+Blue) = 57+9+41=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390929 is #C6F6D6. Grayscale: #1A1A1A. Windows color (decimal): -13039319 or 2689337. OLE color: 2689337.

HSL color Cylindrical-coordinate representation of color #390929: hue angle of 320º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390929 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB57941-
CMYK00.840.280.78
HSL320º72.73%12.94%-
HSV(B)320º84.21%22.35%-
XYZ2.191.232.22-
YUV27135.9149.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=53.27%
G=8.41%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5794100.840.280.7832072.7312.94
Hex399290541C4E14049d
Octal71115101243411650011115
Binary11100110011010010101010011100100111010100000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390929; }

 p { color: rgb(57,9,41); }

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

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

 a { background-color: rgb(57,9,41); }

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

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

 span { border-color: rgb(57,9,41); }

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