#390130

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

Shades of Blackberry #390130

Tints of Blackberry #390130

Color information

#390130 (or 0x390130) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 30. RGB value is (57,1,48). Sum of RGB (Red+Green+Blue) = 57+1+48=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390130 is #C6FECF. Grayscale: #161616. Windows color (decimal): -13041360 or 3146041. OLE color: 3146041.

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

Color convert

RGB57148-
CMYK00.980.160.78
HSL309.64º96.55%11.37%-
HSV(B)309.64º98.25%22.35%-
XYZ2.231.12.89-
YUV23.1142.05152.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=53.77%
G=0.94%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714800.980.160.78309.6496.5511.37
Hex39130062104E13661b
Octal7116001422011646614113
Binary11100111100000110001010000100111010011011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390130; }

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

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

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

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

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

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

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

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