#390428

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

Shades of Blackberry #390428

Tints of Blackberry #390428

Color information

#390428 (or 0x390428) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 28. RGB value is (57,4,40). Sum of RGB (Red+Green+Blue) = 57+4+40=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390428 is #C6FBD7. Grayscale: #171717. Windows color (decimal): -13040600 or 2622521. OLE color: 2622521.

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

Color convert

RGB57440-
CMYK00.930.300.78
HSL319.25º86.89%11.96%-
HSV(B)319.25º92.98%22.35%-
XYZ2.111.112.11-
YUV23.95137.06151.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=56.44%
G=3.96%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5744000.930.300.78319.2586.8911.96
Hex3942805D1E4E13f57c
Octal7145001353611647712714
Binary1110011001010000101110111110100111010011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390428; }

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

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

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

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

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

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

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

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