#390F25

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

Shades of Blackberry #390F25

Tints of Blackberry #390F25

Color information

#390F25 (or 0x390F25) is unknown color: approx Blackberry. HEX triplet: 39, 0F and 25. RGB value is (57,15,37). Sum of RGB (Red+Green+Blue) = 57+15+37=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F25 is #C6F0DA. Grayscale: #1E1E1E. Windows color (decimal): -13037787 or 2428729. OLE color: 2428729.

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

Color convert

RGB571537-
CMYK00.740.350.78
HSL328.57º58.33%14.12%-
HSV(B)328.57º73.68%22.35%-
XYZ2.191.351.89-
YUV30.07131.91147.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=52.29%
G=13.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57153700.740.350.78328.5758.3314.12
Hex39F2504A234E1493ae
Octal7117450112431165117216
Binary11100111111001010100101010001110011101010010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F25; }

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

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

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

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

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

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

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

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