#310B26

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

Shades of Blackberry #310B26

Tints of Blackberry #310B26

Color information

#310B26 (or 0x310B26) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 26. RGB value is (49,11,38). Sum of RGB (Red+Green+Blue) = 49+11+38=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B26 is #CEF4D9. Grayscale: #191919. Windows color (decimal): -13563098 or 2493233. OLE color: 2493233.

HSL color Cylindrical-coordinate representation of color #310B26: hue angle of 317.37º 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 #310B26 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB491138-
CMYK00.780.220.81
HSL317.37º63.33%11.76%-
HSV(B)317.37º77.55%19.22%-
XYZ1.741.031.94-
YUV25.44135.09144.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=50%
G=11.22%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113800.780.220.81317.3763.3311.76
Hex31B2604E165113d3fc
Octal6113460116261214757714
Binary1100011011100110010011101011010100011001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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