#310520

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

Shades of Blackberry #310520

Tints of Blackberry #310520

Color information

#310520 (or 0x310520) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 20. RGB value is (49,5,32). Sum of RGB (Red+Green+Blue) = 49+5+32=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310520 is #CEFADF. Grayscale: #151515. Windows color (decimal): -13564640 or 2098481. OLE color: 2098481.

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

Color convert

RGB49532-
CMYK00.900.350.81
HSL323.18º81.48%10.59%-
HSV(B)323.18º89.8%19.22%-
XYZ1.580.871.45-
YUV21.23134.08147.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=56.98%
G=5.81%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4953200.900.350.81323.1881.4810.59
Hex3152005A235114351b
Octal6154001324312150312113
Binary11000110110000001011010100011101000110100001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310520; }

 p { color: rgb(49,5,32); }

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

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

 a { background-color: rgb(49,5,32); }

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

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

 span { border-color: rgb(49,5,32); }

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