#310122

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

Shades of Blackberry #310122

Tints of Blackberry #310122

Color information

#310122 (or 0x310122) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 22. RGB value is (49,1,34). Sum of RGB (Red+Green+Blue) = 49+1+34=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #310122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310122 is #CEFEDD. Grayscale: #131313. Windows color (decimal): -13565662 or 2228529. OLE color: 2228529.

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

Color convert

RGB49134-
CMYK00.980.310.81
HSL318.75º96%9.8%-
HSV(B)318.75º97.96%19.22%-
XYZ1.570.791.58-
YUV19.11136.4149.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=58.33%
G=1.19%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913400.980.310.81318.75969.8
Hex311220621F5113f60a
Octal6114201423712147714012
Binary11000111000100110001011111101000110011111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310122; }

 p { color: rgb(49,1,34); }

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

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

 a { background-color: rgb(49,1,34); }

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

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

 span { border-color: rgb(49,1,34); }

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