#390430

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

Shades of Blackberry #390430

Tints of Blackberry #390430

Color information

#390430 (or 0x390430) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 30. RGB value is (57,4,48). Sum of RGB (Red+Green+Blue) = 57+4+48=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390430 is #C6FBCF. Grayscale: #181818. Windows color (decimal): -13040592 or 3146809. OLE color: 3146809.

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

Color convert

RGB57448-
CMYK00.930.160.78
HSL310.19º86.89%11.96%-
HSV(B)310.19º92.98%22.35%-
XYZ2.261.172.9-
YUV24.86141.06150.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=52.29%
G=3.67%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5744800.930.160.78310.1986.8911.96
Hex3943005D104E13657c
Octal7146001352011646612714
Binary1110011001100000101110110000100111010011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390430; }

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

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

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

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

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

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

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

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