#390920

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

Shades of Blackberry #390920

Tints of Blackberry #390920

Color information

#390920 (or 0x390920) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 20. RGB value is (57,9,32). Sum of RGB (Red+Green+Blue) = 57+9+32=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390920 is #C6F6DF. Grayscale: #191919. Windows color (decimal): -13039328 or 2099513. OLE color: 2099513.

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

Color convert

RGB57932-
CMYK00.840.440.78
HSL331.25º72.73%12.94%-
HSV(B)331.25º84.21%22.35%-
XYZ2.051.171.48-
YUV25.97131.4150.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=58.16%
G=9.18%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5793200.840.440.78331.2572.7312.94
Hex399200542C4E14b49d
Octal71114001245411651311115
Binary111001100110000001010100101100100111010100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390920; }

 p { color: rgb(57,9,32); }

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

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

 a { background-color: rgb(57,9,32); }

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

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

 span { border-color: rgb(57,9,32); }

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