#390922

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

Shades of Blackberry #390922

Tints of Blackberry #390922

Color information

#390922 (or 0x390922) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 22. RGB value is (57,9,34). Sum of RGB (Red+Green+Blue) = 57+9+34=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390922 is #C6F6DD. Grayscale: #1A1A1A. Windows color (decimal): -13039326 or 2230585. OLE color: 2230585.

HSL color Cylindrical-coordinate representation of color #390922: hue angle of 328.75º 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 #390922 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB57934-
CMYK00.840.400.78
HSL328.75º72.73%12.94%-
HSV(B)328.75º84.21%22.35%-
XYZ2.071.181.63-
YUV26.2132.4149.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 34 (13.67% from 255) = 34%
R=57%
G=9%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5793400.840.400.78328.7572.7312.94
Hex39922054284E14949d
Octal71114201245011651111115
Binary111001100110001001010100101000100111010100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390922; }

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

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

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

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

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

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

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

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