#311627

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

Shades of Blackberry #311627

Tints of Blackberry #311627

Color information

#311627 (or 0x311627) is unknown color: approx Blackberry. HEX triplet: 31, 16 and 27. RGB value is (49,22,39). Sum of RGB (Red+Green+Blue) = 49+22+39=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311627 is #CEE9D8. Grayscale: #1F1F1F. Windows color (decimal): -13560281 or 2561585. OLE color: 2561585.

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

Color convert

RGB492239-
CMYK00.550.200.81
HSL322.22º38.03%13.92%-
HSV(B)322.22º55.1%19.22%-
XYZ1.921.372.08-
YUV32.01131.95140.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=44.55%
G=20%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49223900.550.200.81322.2238.0313.92
Hex311627037145114226e
Octal612647067241215024616
Binary1100011011010011101101111010010100011010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311627; }

 p { color: rgb(49,22,39); }

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

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

 a { background-color: rgb(49,22,39); }

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

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

 span { border-color: rgb(49,22,39); }

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