#310325

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

Shades of Blackberry #310325

Tints of Blackberry #310325

Color information

#310325 (or 0x310325) is unknown color: approx Blackberry. HEX triplet: 31, 03 and 25. RGB value is (49,3,37). Sum of RGB (Red+Green+Blue) = 49+3+37=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310325 is #CEFCDA. Grayscale: #141414. Windows color (decimal): -13565147 or 2425649. OLE color: 2425649.

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

Color convert

RGB49337-
CMYK00.940.240.81
HSL315.65º88.46%10.2%-
HSV(B)315.65º93.88%19.22%-
XYZ1.630.851.83-
YUV20.63137.24148.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=55.06%
G=3.37%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933700.940.240.81315.6588.4610.2
Hex3132505E185113c58a
Octal6134501363012147413012
Binary110001111001010101111011000101000110011110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310325; }

 p { color: rgb(49,3,37); }

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

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

 a { background-color: rgb(49,3,37); }

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

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

 span { border-color: rgb(49,3,37); }

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