#390828

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

Shades of Blackberry #390828

Tints of Blackberry #390828

Color information

#390828 (or 0x390828) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 28. RGB value is (57,8,40). Sum of RGB (Red+Green+Blue) = 57+8+40=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390828 is #C6F7D7. Grayscale: #1A1A1A. Windows color (decimal): -13039576 or 2623545. OLE color: 2623545.

HSL color Cylindrical-coordinate representation of color #390828: hue angle of 320.82º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390828 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB57840-
CMYK00.860.300.78
HSL320.82º75.38%12.75%-
HSV(B)320.82º85.96%22.35%-
XYZ2.161.22.12-
YUV26.3135.73149.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=54.29%
G=7.62%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5784000.860.300.78320.8275.3812.75
Hex398280561E4E1414bd
Octal71105001263611650111315
Binary11100110001010000101011011110100111010100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390828; }

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

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

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

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

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

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

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

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