#310524

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

Shades of Blackberry #310524

Tints of Blackberry #310524

Color information

#310524 (or 0x310524) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 24. RGB value is (49,5,36). Sum of RGB (Red+Green+Blue) = 49+5+36=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310524 is #CEFADB. Grayscale: #151515. Windows color (decimal): -13564636 or 2360625. OLE color: 2360625.

HSL color Cylindrical-coordinate representation of color #310524: hue angle of 317.73º 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 #310524 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB49536-
CMYK00.900.270.81
HSL317.73º81.48%10.59%-
HSV(B)317.73º89.8%19.22%-
XYZ1.640.891.75-
YUV21.69136.08147.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 36 (14.45% from 255) = 40%
R=54.44%
G=5.56%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4953600.900.270.81317.7381.4810.59
Hex3152405A1B5113e51b
Octal6154401323312147612113
Binary1100011011001000101101011011101000110011111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310524; }

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

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

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

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

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

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

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

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