#390027

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

Shades of Blackberry #390027

Tints of Blackberry #390027

Color information

#390027 (or 0x390027) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 27. RGB value is (57,0,39). Sum of RGB (Red+Green+Blue) = 57+0+39=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390027 is #C6FFD8. Grayscale: #151515. Windows color (decimal): -13041625 or 2555961. OLE color: 2555961.

HSL color Cylindrical-coordinate representation of color #390027: hue angle of 318.95º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390027 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB57039-
CMYK010.320.78
HSL318.95º100%11.18%-
HSV(B)318.95º100%22.35%-
XYZ2.051.022.01-
YUV21.49137.88153.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=59.38%
G=0%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57039010.320.78318.9510011.18
Hex39027064204E13f64b
Octal7104701444011647714413
Binary111001010011101100100100000100111010011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390027; }

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

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

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

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

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

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

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

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