#390129

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

Shades of Blackberry #390129

Tints of Blackberry #390129

Color information

#390129 (or 0x390129) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 29. RGB value is (57,1,41). Sum of RGB (Red+Green+Blue) = 57+1+41=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390129 is #C6FED6. Grayscale: #161616. Windows color (decimal): -13041367 or 2687289. OLE color: 2687289.

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

Color convert

RGB57141-
CMYK00.980.280.78
HSL317.14º96.55%11.37%-
HSV(B)317.14º98.25%22.35%-
XYZ2.11.052.19-
YUV22.3138.55152.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=57.58%
G=1.01%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714100.980.280.78317.1496.5511.37
Hex391290621C4E13d61b
Octal7115101423411647514113
Binary11100111010010110001011100100111010011110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390129; }

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

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

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

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

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

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

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

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