#31101F

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

Shades of Blackberry #31101F

Tints of Blackberry #31101F

Color information

#31101F (or 0x31101F) is unknown color: approx Blackberry. HEX triplet: 31, 10 and 1F. RGB value is (49,16,31). Sum of RGB (Red+Green+Blue) = 49+16+31=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31101F is #CEEFE0. Grayscale: #1B1B1B. Windows color (decimal): -13561825 or 2035761. OLE color: 2035761.

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

Color convert

RGB491631-
CMYK00.670.370.81
HSL332.73º50.77%12.75%-
HSV(B)332.73º67.35%19.22%-
XYZ1.71.121.42-
YUV27.58129.93143.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=51.04%
G=16.67%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49163100.670.370.81332.7350.7712.75
Hex31101F043255114d33d
Octal6120370103451215156315
Binary11000110000111110100001110010110100011010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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