#390630

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

Shades of Blackberry #390630

Tints of Blackberry #390630

Color information

#390630 (or 0x390630) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 30. RGB value is (57,6,48). Sum of RGB (Red+Green+Blue) = 57+6+48=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390630 is #C6F9CF. Grayscale: #191919. Windows color (decimal): -13040080 or 3147321. OLE color: 3147321.

HSL color Cylindrical-coordinate representation of color #390630: hue angle of 310.59º 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 #390630 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB57648-
CMYK00.890.160.78
HSL310.59º80.95%12.35%-
HSV(B)310.59º89.47%22.35%-
XYZ2.291.212.91-
YUV26.04140.4150.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=51.35%
G=5.41%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5764800.890.160.78310.5980.9512.35
Hex39630059104E13751c
Octal7166001312011646712114
Binary1110011101100000101100110000100111010011011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390630; }

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

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

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

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

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

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

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

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