#390629

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

Shades of Blackberry #390629

Tints of Blackberry #390629

Color information

#390629 (or 0x390629) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 29. RGB value is (57,6,41). Sum of RGB (Red+Green+Blue) = 57+6+41=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390629 is #C6F9D6. Grayscale: #191919. Windows color (decimal): -13040087 or 2688569. OLE color: 2688569.

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

Color convert

RGB57641-
CMYK00.890.280.78
HSL318.82º80.95%12.35%-
HSV(B)318.82º89.47%22.35%-
XYZ2.151.162.21-
YUV25.24136.9150.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=54.81%
G=5.77%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5764100.890.280.78318.8280.9512.35
Hex396290591C4E13f51c
Octal7165101313411647712114
Binary1110011101010010101100111100100111010011111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390629; }

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

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

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

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

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

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

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

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