#31041B

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

Shades of Blackberry #31041B

Tints of Blackberry #31041B

Color information

#31041B (or 0x31041B) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 1B. RGB value is (49,4,27). Sum of RGB (Red+Green+Blue) = 49+4+27=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041B is #CEFBE4. Grayscale: #141414. Windows color (decimal): -13564901 or 1770545. OLE color: 1770545.

HSL color Cylindrical-coordinate representation of color #31041B: hue angle of 329.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31041B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB49427-
CMYK00.920.450.81
HSL329.33º84.91%10.39%-
HSV(B)329.33º91.84%19.22%-
XYZ1.510.821.12-
YUV20.08131.91148.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=61.25%
G=5%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942700.920.450.81329.3384.9110.39
Hex3141B05C2D5114955a
Octal6143301345512151112512
Binary1100011001101101011100101101101000110100100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31041B; }

 p { color: rgb(49,4,27); }

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

<style>
 a { background-color: #31041B; }

 a { background-color: rgb(49,4,27); }

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

<style>
 span { border-color: #31041B; }

 span { border-color: rgb(49,4,27); }

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