#390125

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

Shades of Blackberry #390125

Tints of Blackberry #390125

Color information

#390125 (or 0x390125) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 25. RGB value is (57,1,37). Sum of RGB (Red+Green+Blue) = 57+1+37=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390125 is #C6FEDA. Grayscale: #151515. Windows color (decimal): -13041371 or 2425145. OLE color: 2425145.

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

Color convert

RGB57137-
CMYK00.980.350.78
HSL321.43º96.55%11.37%-
HSV(B)321.43º98.25%22.35%-
XYZ2.031.031.84-
YUV21.85136.55153.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=60%
G=1.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713700.980.350.78321.4396.5511.37
Hex39125062234E14161b
Octal7114501424311650114113
Binary111001110010101100010100011100111010100000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390125; }

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

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

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

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

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

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

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

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