#390A30

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

Shades of Blackberry #390A30

Tints of Blackberry #390A30

Color information

#390A30 (or 0x390A30) is unknown color: approx Blackberry. HEX triplet: 39, 0A and 30. RGB value is (57,10,48). Sum of RGB (Red+Green+Blue) = 57+10+48=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A30 is #C6F5CF. Grayscale: #1C1C1C. Windows color (decimal): -13039056 or 3148345. OLE color: 3148345.

HSL color Cylindrical-coordinate representation of color #390A30: hue angle of 311.49º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A30 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB571048-
CMYK00.820.160.78
HSL311.49º70.15%13.14%-
HSV(B)311.49º82.46%22.35%-
XYZ2.331.32.92-
YUV28.38139.07148.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 10 (4.30% from 255) = 8.70%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=49.57%
G=8.70%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57104800.820.160.78311.4970.1513.14
Hex39A30052104E13746d
Octal71126001222011646710615
Binary11100110101100000101001010000100111010011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A30; }

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

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

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

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

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

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

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

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