#31001A

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

Shades of Blackberry #31001A

Tints of Blackberry #31001A

Color information

#31001A (or 0x31001A) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 1A. RGB value is (49,0,26). Sum of RGB (Red+Green+Blue) = 49+0+26=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #31001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31001A is #CEFFE5. Grayscale: #111111. Windows color (decimal): -13565926 or 1703985. OLE color: 1703985.

HSL color Cylindrical-coordinate representation of color #31001A: hue angle of 328.16º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31001A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB49026-
CMYK010.470.81
HSL328.16º100%9.61%-
HSV(B)328.16º100%19.22%-
XYZ1.450.731.04-
YUV17.61132.73150.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=65.33%
G=0%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49026010.470.81328.161009.61
Hex3101A0642F5114864a
Octal6103201445712151014412
Binary11000101101001100100101111101000110100100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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