#310526

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

Shades of Blackberry #310526

Tints of Blackberry #310526

Color information

#310526 (or 0x310526) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 26. RGB value is (49,5,38). Sum of RGB (Red+Green+Blue) = 49+5+38=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310526 is #CEFAD9. Grayscale: #151515. Windows color (decimal): -13564634 or 2491697. OLE color: 2491697.

HSL color Cylindrical-coordinate representation of color #310526: hue angle of 315º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310526 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB49538-
CMYK00.900.220.81
HSL315º81.48%10.59%-
HSV(B)315º89.8%19.22%-
XYZ1.670.91.92-
YUV21.92137.08147.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=53.26%
G=5.43%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4953800.900.220.8131581.4810.59
Hex3152605A165113b51b
Octal6154601322612147312113
Binary1100011011001100101101010110101000110011101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310526; }

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

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

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

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

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

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

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

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