#310B25

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

Shades of Blackberry #310B25

Tints of Blackberry #310B25

Color information

#310B25 (or 0x310B25) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 25. RGB value is (49,11,37). Sum of RGB (Red+Green+Blue) = 49+11+37=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B25 is #CEF4DA. Grayscale: #191919. Windows color (decimal): -13563099 or 2427697. OLE color: 2427697.

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

Color convert

RGB491137-
CMYK00.780.240.81
HSL318.95º63.33%11.76%-
HSV(B)318.95º77.55%19.22%-
XYZ1.721.031.86-
YUV25.33134.59144.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=50.52%
G=11.34%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113700.780.240.81318.9563.3311.76
Hex31B2504E185113f3fc
Octal6113450116301214777714
Binary1100011011100101010011101100010100011001111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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