#310126

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

Shades of Blackberry #310126

Tints of Blackberry #310126

Color information

#310126 (or 0x310126) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 26. RGB value is (49,1,38). Sum of RGB (Red+Green+Blue) = 49+1+38=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310126 is #CEFED9. Grayscale: #131313. Windows color (decimal): -13565658 or 2490673. OLE color: 2490673.

HSL color Cylindrical-coordinate representation of color #310126: hue angle of 313.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 #310126 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB49138-
CMYK00.980.220.81
HSL313.75º96%9.8%-
HSV(B)313.75º97.96%19.22%-
XYZ1.630.811.91-
YUV19.57138.4148.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=55.68%
G=1.14%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913800.980.220.81313.75969.8
Hex31126062165113a60a
Octal6114601422612147214012
Binary11000111001100110001010110101000110011101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310126; }

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

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

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

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

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

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

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

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