#310C25

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

Shades of Blackberry #310C25

Tints of Blackberry #310C25

Color information

#310C25 (or 0x310C25) is unknown color: approx Blackberry. HEX triplet: 31, 0C and 25. RGB value is (49,12,37). Sum of RGB (Red+Green+Blue) = 49+12+37=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C25 is #CEF3DA. Grayscale: #191919. Windows color (decimal): -13562843 or 2427953. OLE color: 2427953.

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

Color convert

RGB491237-
CMYK00.760.240.81
HSL319.46º60.66%11.96%-
HSV(B)319.46º75.51%19.22%-
XYZ1.731.051.86-
YUV25.91134.26144.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=50%
G=12.24%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49123700.760.240.81319.4660.6611.96
Hex31C2504C185113f3dc
Octal6114450114301214777514
Binary1100011100100101010011001100010100011001111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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