#310C26

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

Shades of Blackberry #310C26

Tints of Blackberry #310C26

Color information

#310C26 (or 0x310C26) is unknown color: approx Blackberry. HEX triplet: 31, 0C and 26. RGB value is (49,12,38). Sum of RGB (Red+Green+Blue) = 49+12+38=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #310C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C26 is #CEF3D9. Grayscale: #191919. Windows color (decimal): -13562842 or 2493489. OLE color: 2493489.

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

Color convert

RGB491238-
CMYK00.760.220.81
HSL317.84º60.66%11.96%-
HSV(B)317.84º75.51%19.22%-
XYZ1.751.061.95-
YUV26.03134.76144.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=49.49%
G=12.12%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49123800.760.220.81317.8460.6611.96
Hex31C2604C165113e3dc
Octal6114460114261214767514
Binary1100011100100110010011001011010100011001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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