#390927

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

Shades of Blackberry #390927

Tints of Blackberry #390927

Color information

#390927 (or 0x390927) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 27. RGB value is (57,9,39). Sum of RGB (Red+Green+Blue) = 57+9+39=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390927 is #C6F6D8. Grayscale: #1A1A1A. Windows color (decimal): -13039321 or 2558265. OLE color: 2558265.

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

Color convert

RGB57939-
CMYK00.840.320.78
HSL322.5º72.73%12.94%-
HSV(B)322.5º84.21%22.35%-
XYZ2.151.212.04-
YUV26.77134.9149.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=54.29%
G=8.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5793900.840.320.78322.572.7312.94
Hex39927054204E14249d
Octal71114701244011650211115
Binary111001100110011101010100100000100111010100001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390927; }

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

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

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

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

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

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

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

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