#31061E

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

Shades of Blackberry #31061E

Tints of Blackberry #31061E

Color information

#31061E (or 0x31061E) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 1E. RGB value is (49,6,30). Sum of RGB (Red+Green+Blue) = 49+6+30=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061E is #CEF9E1. Grayscale: #151515. Windows color (decimal): -13564386 or 1967665. OLE color: 1967665.

HSL color Cylindrical-coordinate representation of color #31061E: hue angle of 326.51º 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 #31061E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB49630-
CMYK00.880.390.81
HSL326.51º78.18%10.78%-
HSV(B)326.51º87.76%19.22%-
XYZ1.570.881.32-
YUV21.59132.75147.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=57.65%
G=7.06%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963000.880.390.81326.5178.1810.78
Hex3161E05827511474eb
Octal6163601304712150711613
Binary1100011101111001011000100111101000110100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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