#31061f

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

Shades of Blackberry #31061F

Tints of Blackberry #31061F

Color information

#31061F (or 0x31061F) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 1F. RGB value is (49,6,31). Sum of RGB (Red+Green+Blue) = 49+6+31=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061F is #CEF9E0. Grayscale: #151515. Windows color (decimal): -13564385 or 2033201. OLE color: 2033201.

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

Color convert

RGB49631-
CMYK00.880.370.81
HSL325.12º78.18%10.78%-
HSV(B)325.12º87.76%19.22%-
XYZ1.580.881.38-
YUV21.71133.25147.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=56.98%
G=6.98%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963100.880.370.81325.1278.1810.78
Hex3161F05825511454eb
Octal6163701304512150511613
Binary1100011101111101011000100101101000110100010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31061f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31061f; }

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

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

<style>
 a { background-color: #31061f; }

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

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

<style>
 span { border-color: #31061f; }

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

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