#390A28

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

Shades of Blackberry #390A28

Tints of Blackberry #390A28

Color information

#390A28 (or 0x390A28) is unknown color: approx Blackberry. HEX triplet: 39, 0A and 28. RGB value is (57,10,40). Sum of RGB (Red+Green+Blue) = 57+10+40=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A28 is #C6F5D7. Grayscale: #1B1B1B. Windows color (decimal): -13039064 or 2624057. OLE color: 2624057.

HSL color Cylindrical-coordinate representation of color #390A28: hue angle of 321.7º 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 #390A28 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB571040-
CMYK00.820.300.78
HSL321.7º70.15%13.14%-
HSV(B)321.7º82.46%22.35%-
XYZ2.181.242.13-
YUV27.47135.07149.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=53.27%
G=9.35%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57104000.820.300.78321.770.1513.14
Hex39A280521E4E14246d
Octal71125001223611650210615
Binary11100110101010000101001011110100111010100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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