#390030

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

Shades of Blackberry #390030

Tints of Blackberry #390030

Color information

#390030 (or 0x390030) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 30. RGB value is (57,0,48). Sum of RGB (Red+Green+Blue) = 57+0+48=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390030 is #C6FFCF. Grayscale: #161616. Windows color (decimal): -13041616 or 3145785. OLE color: 3145785.

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

Color convert

RGB57048-
CMYK010.160.78
HSL309.47º100%11.18%-
HSV(B)309.47º100%22.35%-
XYZ2.221.082.89-
YUV22.52142.38152.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=54.29%
G=0%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57048010.160.78309.4710011.18
Hex39030064104E13564b
Octal7106001442011646514413
Binary11100101100000110010010000100111010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390030; }

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

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

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

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

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

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

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

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