#310A25

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

Shades of Blackberry #310A25

Tints of Blackberry #310A25

Color information

#310A25 (or 0x310A25) is unknown color: approx Blackberry. HEX triplet: 31, 0A and 25. RGB value is (49,10,37). Sum of RGB (Red+Green+Blue) = 49+10+37=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #310A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A25 is #CEF5DA. Grayscale: #181818. Windows color (decimal): -13563355 or 2427441. OLE color: 2427441.

HSL color Cylindrical-coordinate representation of color #310A25: hue angle of 318.46º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A25 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB491037-
CMYK00.800.240.81
HSL318.46º66.1%11.57%-
HSV(B)318.46º79.59%19.22%-
XYZ1.7111.85-
YUV24.74134.92145.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=51.04%
G=10.42%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49103700.800.240.81318.4666.111.57
Hex31A25050185113e42c
Octal61124501203012147610214
Binary11000110101001010101000011000101000110011111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A25; }

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

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

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

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

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

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

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

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