#390529

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

Shades of Blackberry #390529

Tints of Blackberry #390529

Color information

#390529 (or 0x390529) is unknown color: approx Blackberry. HEX triplet: 39, 05 and 29. RGB value is (57,5,41). Sum of RGB (Red+Green+Blue) = 57+5+41=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #390529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390529 is #C6FAD6. Grayscale: #181818. Windows color (decimal): -13040343 or 2688313. OLE color: 2688313.

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

Color convert

RGB57541-
CMYK00.910.280.78
HSL318.46º83.87%12.16%-
HSV(B)318.46º91.23%22.35%-
XYZ2.141.142.2-
YUV24.65137.23151.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=55.34%
G=4.85%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5754100.910.280.78318.4683.8712.16
Hex3952905B1C4E13e54c
Octal7155101333411647612414
Binary1110011011010010101101111100100111010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390529; }

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

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

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

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

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

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

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

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