#390319

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

Shades of Blackberry #390319

Tints of Blackberry #390319

Color information

#390319 (or 0x390319) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 19. RGB value is (57,3,25). Sum of RGB (Red+Green+Blue) = 57+3+25=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390319 is #C6FCE6. Grayscale: #151515. Windows color (decimal): -13040871 or 1639225. OLE color: 1639225.

HSL color Cylindrical-coordinate representation of color #390319: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390319 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB57325-
CMYK00.950.560.78
HSL335.56º90%11.76%-
HSV(B)335.56º94.74%22.35%-
XYZ1.91.011.01-
YUV21.65129.89153.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=67.06%
G=3.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5732500.950.560.78335.569011.76
Hex3931905F384E1505ac
Octal7133101377011652013214
Binary111001111100101011111111000100111010101000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390319; }

 p { color: rgb(57,3,25); }

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

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

 a { background-color: rgb(57,3,25); }

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

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

 span { border-color: rgb(57,3,25); }

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