#390029

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

Shades of Blackberry #390029

Tints of Blackberry #390029

Color information

#390029 (or 0x390029) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 29. RGB value is (57,0,41). Sum of RGB (Red+Green+Blue) = 57+0+41=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390029 is #C6FFD6. Grayscale: #151515. Windows color (decimal): -13041623 or 2687033. OLE color: 2687033.

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

Color convert

RGB57041-
CMYK010.280.78
HSL316.84º100%11.18%-
HSV(B)316.84º100%22.35%-
XYZ2.091.032.19-
YUV21.72138.88153.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=58.16%
G=0%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57041010.280.78316.8410011.18
Hex390290641C4E13d64b
Octal7105101443411647514413
Binary11100101010010110010011100100111010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390029; }

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

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

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

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

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

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

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

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