#310624

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

Shades of Blackberry #310624

Tints of Blackberry #310624

Color information

#310624 (or 0x310624) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 24. RGB value is (49,6,36). Sum of RGB (Red+Green+Blue) = 49+6+36=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310624 is #CEF9DB. Grayscale: #161616. Windows color (decimal): -13564380 or 2360881. OLE color: 2360881.

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

Color convert

RGB49636-
CMYK00.880.270.81
HSL318.14º78.18%10.78%-
HSV(B)318.14º87.76%19.22%-
XYZ1.650.911.76-
YUV22.28135.75147.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=53.85%
G=6.59%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963600.880.270.81318.1478.1810.78
Hex316240581B5113e4eb
Octal6164401303312147611613
Binary1100011101001000101100011011101000110011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310624; }

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

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

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

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

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

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

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

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