#390329

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

Shades of Blackberry #390329

Tints of Blackberry #390329

Color information

#390329 (or 0x390329) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 29. RGB value is (57,3,41). Sum of RGB (Red+Green+Blue) = 57+3+41=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390329 is #C6FCD6. Grayscale: #171717. Windows color (decimal): -13040855 or 2687801. OLE color: 2687801.

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

Color convert

RGB57341-
CMYK00.950.280.78
HSL317.78º90%11.76%-
HSV(B)317.78º94.74%22.35%-
XYZ2.121.12.2-
YUV23.48137.89151.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=56.44%
G=2.97%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5734100.950.280.78317.789011.76
Hex3932905F1C4E13e5ac
Octal7135101373411647613214
Binary111001111010010101111111100100111010011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390329; }

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

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

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

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

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

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

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

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