#390825

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

Shades of Blackberry #390825

Tints of Blackberry #390825

Color information

#390825 (or 0x390825) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 25. RGB value is (57,8,37). Sum of RGB (Red+Green+Blue) = 57+8+37=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #390825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390825 is #C6F7DA. Grayscale: #191919. Windows color (decimal): -13039579 or 2426937. OLE color: 2426937.

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

Color convert

RGB57837-
CMYK00.860.350.78
HSL324.49º75.38%12.75%-
HSV(B)324.49º85.96%22.35%-
XYZ2.111.181.87-
YUV25.96134.23150.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=55.88%
G=7.84%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5783700.860.350.78324.4975.3812.75
Hex39825056234E1444bd
Octal71104501264311650411315
Binary111001100010010101010110100011100111010100010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390825; }

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

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

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

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

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

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

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

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