#31001F

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

Shades of Blackberry #31001F

Tints of Blackberry #31001F

Color information

#31001F (or 0x31001F) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 1F. RGB value is (49,0,31). Sum of RGB (Red+Green+Blue) = 49+0+31=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31001F is #CEFFE0. Grayscale: #121212. Windows color (decimal): -13565921 or 2031665. OLE color: 2031665.

HSL color Cylindrical-coordinate representation of color #31001F: hue angle of 322.04º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31001F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB49031-
CMYK010.370.81
HSL322.04º100%9.61%-
HSV(B)322.04º100%19.22%-
XYZ1.510.751.36-
YUV18.18135.23149.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=61.25%
G=0%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49031010.370.81322.041009.61
Hex3101F064255114264a
Octal6103701444512150214412
Binary11000101111101100100100101101000110100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31001F; }

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

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

<style>
 a { background-color: #31001F; }

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

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

<style>
 span { border-color: #31001F; }

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

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