#310E1F

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

Shades of Blackberry #310E1F

Tints of Blackberry #310E1F

Color information

#310E1F (or 0x310E1F) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 1F. RGB value is (49,14,31). Sum of RGB (Red+Green+Blue) = 49+14+31=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #310E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E1F is #CEF1E0. Grayscale: #1A1A1A. Windows color (decimal): -13562337 or 2035249. OLE color: 2035249.

HSL color Cylindrical-coordinate representation of color #310E1F: hue angle of 330.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 #310E1F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB491431-
CMYK00.710.370.81
HSL330.86º55.56%12.35%-
HSV(B)330.86º71.43%19.22%-
XYZ1.671.071.41-
YUV26.4130.6144.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=52.13%
G=14.89%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49143100.710.370.81330.8655.5612.35
Hex31E1F047255114b38c
Octal6116370107451215137014
Binary1100011110111110100011110010110100011010010111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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