#310828

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

Shades of Blackberry #310828

Tints of Blackberry #310828

Color information

#310828 (or 0x310828) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 28. RGB value is (49,8,40). Sum of RGB (Red+Green+Blue) = 49+8+40=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310828 is #CEF7D7. Grayscale: #171717. Windows color (decimal): -13563864 or 2623537. OLE color: 2623537.

HSL color Cylindrical-coordinate representation of color #310828: hue angle of 313.17º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310828 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB49840-
CMYK00.840.180.81
HSL313.17º71.93%11.18%-
HSV(B)313.17º83.67%19.22%-
XYZ1.740.982.11-
YUV23.91137.08145.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=50.52%
G=8.25%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4984000.840.180.81313.1771.9311.18
Hex31828054125113948b
Octal61105001242212147111013
Binary11000110001010000101010010010101000110011100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310828; }

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

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

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

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

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

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

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

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