#310E26

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

Shades of Blackberry #310E26

Tints of Blackberry #310E26

Color information

#310E26 (or 0x310E26) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 26. RGB value is (49,14,38). Sum of RGB (Red+Green+Blue) = 49+14+38=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #310E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E26 is #CEF1D9. Grayscale: #1B1B1B. Windows color (decimal): -13562330 or 2494001. OLE color: 2494001.

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

Color convert

RGB491438-
CMYK00.710.220.81
HSL318.86º55.56%12.35%-
HSV(B)318.86º71.43%19.22%-
XYZ1.771.111.95-
YUV27.2134.1143.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=48.51%
G=13.86%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49143800.710.220.81318.8655.5612.35
Hex31E26047165113f38c
Octal6116460107261214777014
Binary1100011110100110010001111011010100011001111111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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