#310B21

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

Shades of Blackberry #310B21

Tints of Blackberry #310B21

Color information

#310B21 (or 0x310B21) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 21. RGB value is (49,11,33). Sum of RGB (Red+Green+Blue) = 49+11+33=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #310B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B21 is #CEF4DE. Grayscale: #181818. Windows color (decimal): -13563103 or 2165553. OLE color: 2165553.

HSL color Cylindrical-coordinate representation of color #310B21: hue angle of 325.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B21 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB491133-
CMYK00.780.330.81
HSL325.26º63.33%11.76%-
HSV(B)325.26º77.55%19.22%-
XYZ1.6611.54-
YUV24.87132.59145.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=52.69%
G=11.83%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113300.780.330.81325.2663.3311.76
Hex31B2104E21511453fc
Octal6113410116411215057714
Binary11000110111000010100111010000110100011010001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310B21; }

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

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

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

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

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

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

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

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