#390729

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

Shades of Blackberry #390729

Tints of Blackberry #390729

Color information

#390729 (or 0x390729) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 29. RGB value is (57,7,41). Sum of RGB (Red+Green+Blue) = 57+7+41=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390729 is #C6F8D6. Grayscale: #191919. Windows color (decimal): -13039831 or 2688825. OLE color: 2688825.

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

Color convert

RGB57741-
CMYK00.880.280.78
HSL319.2º78.12%12.55%-
HSV(B)319.2º87.72%22.35%-
XYZ2.161.182.21-
YUV25.83136.56150.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 41 (16.41% from 255) = 39.05%
R=54.29%
G=6.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5774100.880.280.78319.278.1212.55
Hex397290581C4E13f4ed
Octal7175101303411647711615
Binary1110011111010010101100011100100111010011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390729; }

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

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

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

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

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

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

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

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