#310925

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

Shades of Blackberry #310925

Tints of Blackberry #310925

Color information

#310925 (or 0x310925) is unknown color: approx Blackberry. HEX triplet: 31, 09 and 25. RGB value is (49,9,37). Sum of RGB (Red+Green+Blue) = 49+9+37=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310925 is #CEF6DA. Grayscale: #181818. Windows color (decimal): -13563611 or 2427185. OLE color: 2427185.

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

Color convert

RGB49937-
CMYK00.820.240.81
HSL318º68.97%11.37%-
HSV(B)318º81.63%19.22%-
XYZ1.70.981.85-
YUV24.15135.25145.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=51.58%
G=9.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4993700.820.240.8131868.9711.37
Hex31925052185113e45b
Octal61114501223012147610513
Binary11000110011001010101001011000101000110011111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310925; }

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

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

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

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

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

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

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

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