#310E1D

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

Shades of Blackberry #310E1D

Tints of Blackberry #310E1D

Color information

#310E1D (or 0x310E1D) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 1D. RGB value is (49,14,29). Sum of RGB (Red+Green+Blue) = 49+14+29=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E1D is #CEF1E2. Grayscale: #1A1A1A. Windows color (decimal): -13562339 or 1904177. OLE color: 1904177.

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

Color convert

RGB491429-
CMYK00.710.410.81
HSL334.29º55.56%12.35%-
HSV(B)334.29º71.43%19.22%-
XYZ1.651.061.28-
YUV26.18129.6144.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=53.26%
G=15.22%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49142900.710.410.81334.2955.5612.35
Hex31E1D047295114e38c
Octal6116350107511215167014
Binary1100011110111010100011110100110100011010011101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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