#311324

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

Shades of Blackberry #311324

Tints of Blackberry #311324

Color information

#311324 (or 0x311324) is unknown color: approx Blackberry. HEX triplet: 31, 13 and 24. RGB value is (49,19,36). Sum of RGB (Red+Green+Blue) = 49+19+36=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311324 is #CEECDB. Grayscale: #1D1D1D. Windows color (decimal): -13561052 or 2364209. OLE color: 2364209.

HSL color Cylindrical-coordinate representation of color #311324: hue angle of 326º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311324 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB491936-
CMYK00.610.270.81
HSL326º44.12%13.33%-
HSV(B)326º61.22%19.22%-
XYZ1.821.251.81-
YUV29.91131.44141.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=47.12%
G=18.27%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49193600.610.270.8132644.1213.33
Hex31132403D1B511462cd
Octal612344075331215065415
Binary1100011001110010001111011101110100011010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311324; }

 p { color: rgb(49,19,36); }

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

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

 a { background-color: rgb(49,19,36); }

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

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

 span { border-color: rgb(49,19,36); }

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