#311521

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

Shades of Blackberry #311521

Tints of Blackberry #311521

Color information

#311521 (or 0x311521) is unknown color: approx Blackberry. HEX triplet: 31, 15 and 21. RGB value is (49,21,33). Sum of RGB (Red+Green+Blue) = 49+21+33=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311521 is #CEEADE. Grayscale: #1E1E1E. Windows color (decimal): -13560543 or 2168113. OLE color: 2168113.

HSL color Cylindrical-coordinate representation of color #311521: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311521 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB492133-
CMYK00.570.330.81
HSL334.29º40%13.73%-
HSV(B)334.29º57.14%19.22%-
XYZ1.811.31.59-
YUV30.74129.28141.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=47.57%
G=20.39%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213300.570.330.81334.294013.73
Hex311521039215114e28e
Octal612541071411215165016
Binary11000110101100001011100110000110100011010011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311521; }

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

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

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

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

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

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

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

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