#390025

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

Shades of Blackberry #390025

Tints of Blackberry #390025

Color information

#390025 (or 0x390025) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 25. RGB value is (57,0,37). Sum of RGB (Red+Green+Blue) = 57+0+37=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390025 is #C6FFDA. Grayscale: #151515. Windows color (decimal): -13041627 or 2424889. OLE color: 2424889.

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

Color convert

RGB57037-
CMYK010.350.78
HSL321.05º100%11.18%-
HSV(B)321.05º100%22.35%-
XYZ2.0211.84-
YUV21.26136.88153.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=60.64%
G=0%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57037010.350.78321.0510011.18
Hex39025064234E14164b
Octal7104501444311650114413
Binary111001010010101100100100011100111010100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390025; }

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

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

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

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

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

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

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

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