#310026

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

Shades of Blackberry #310026

Tints of Blackberry #310026

Color information

#310026 (or 0x310026) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 26. RGB value is (49,0,38). Sum of RGB (Red+Green+Blue) = 49+0+38=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310026 is #CEFFD9. Grayscale: #121212. Windows color (decimal): -13565914 or 2490417. OLE color: 2490417.

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

Color convert

RGB49038-
CMYK010.220.81
HSL313.47º100%9.61%-
HSV(B)313.47º100%19.22%-
XYZ1.620.791.9-
YUV18.98138.73149.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=56.32%
G=0%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49038010.220.81313.471009.61
Hex31026064165113964a
Octal6104601442612147114412
Binary11000101001100110010010110101000110011100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310026; }

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

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

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

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

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

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

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

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