#310821

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

Shades of Blackberry #310821

Tints of Blackberry #310821

Color information

#310821 (or 0x310821) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 21. RGB value is (49,8,33). Sum of RGB (Red+Green+Blue) = 49+8+33=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310821 is #CEF7DE. Grayscale: #171717. Windows color (decimal): -13563871 or 2164785. OLE color: 2164785.

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

Color convert

RGB49833-
CMYK00.840.330.81
HSL323.41º71.93%11.18%-
HSV(B)323.41º83.67%19.22%-
XYZ1.630.941.53-
YUV23.11133.58146.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=54.44%
G=8.89%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4983300.840.330.81323.4171.9311.18
Hex31821054215114348b
Octal61104101244112150311013
Binary110001100010000101010100100001101000110100001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310821; }

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

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

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

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

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

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

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

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