#390B30

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

Shades of Blackberry #390B30

Tints of Blackberry #390B30

Color information

#390B30 (or 0x390B30) is unknown color: approx Blackberry. HEX triplet: 39, 0B and 30. RGB value is (57,11,48). Sum of RGB (Red+Green+Blue) = 57+11+48=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #390B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B30 is #C6F4CF. Grayscale: #1C1C1C. Windows color (decimal): -13038800 or 3148601. OLE color: 3148601.

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

Color convert

RGB571148-
CMYK00.810.160.78
HSL311.74º67.65%13.33%-
HSV(B)311.74º80.7%22.35%-
XYZ2.341.322.93-
YUV28.97138.74147.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=49.14%
G=9.48%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57114800.810.160.78311.7467.6513.33
Hex39B30051104E13844d
Octal71136001212011647010415
Binary11100110111100000101000110000100111010011100010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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