#310521

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

Shades of Blackberry #310521

Tints of Blackberry #310521

Color information

#310521 (or 0x310521) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 21. RGB value is (49,5,33). Sum of RGB (Red+Green+Blue) = 49+5+33=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310521 is #CEFADE. Grayscale: #151515. Windows color (decimal): -13564639 or 2164017. OLE color: 2164017.

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

Color convert

RGB49533-
CMYK00.900.330.81
HSL321.82º81.48%10.59%-
HSV(B)321.82º89.8%19.22%-
XYZ1.60.871.52-
YUV21.35134.58147.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=56.32%
G=5.75%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4953300.900.330.81321.8281.4810.59
Hex3152105A215114251b
Octal6154101324112150212113
Binary11000110110000101011010100001101000110100001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310521; }

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

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

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

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

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

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

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

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