#31041A

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

Shades of Blackberry #31041A

Tints of Blackberry #31041A

Color information

#31041A (or 0x31041A) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 1A. RGB value is (49,4,26). Sum of RGB (Red+Green+Blue) = 49+4+26=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041A is #CEFBE5. Grayscale: #131313. Windows color (decimal): -13564902 or 1705009. OLE color: 1705009.

HSL color Cylindrical-coordinate representation of color #31041A: hue angle of 330.67º 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 #31041A is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB49426-
CMYK00.920.470.81
HSL330.67º84.91%10.39%-
HSV(B)330.67º91.84%19.22%-
XYZ1.50.811.06-
YUV19.96131.41148.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=62.03%
G=5.06%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942600.920.470.81330.6784.9110.39
Hex3141A05C2F5114b55a
Octal6143201345712151312512
Binary1100011001101001011100101111101000110100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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