#390327

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

Shades of Blackberry #390327

Tints of Blackberry #390327

Color information

#390327 (or 0x390327) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 27. RGB value is (57,3,39). Sum of RGB (Red+Green+Blue) = 57+3+39=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390327 is #C6FCD8. Grayscale: #171717. Windows color (decimal): -13040857 or 2556729. OLE color: 2556729.

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

Color convert

RGB57339-
CMYK00.950.320.78
HSL320º90%11.76%-
HSV(B)320º94.74%22.35%-
XYZ2.091.082.02-
YUV23.25136.89152.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=57.58%
G=3.03%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5733900.950.320.783209011.76
Hex3932705F204E1405ac
Octal7134701374011650013214
Binary1110011110011101011111100000100111010100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390327; }

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

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

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

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

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

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

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

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