#311027

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

Shades of Blackberry #311027

Tints of Blackberry #311027

Color information

#311027 (or 0x311027) is unknown color: approx Blackberry. HEX triplet: 31, 10 and 27. RGB value is (49,16,39). Sum of RGB (Red+Green+Blue) = 49+16+39=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311027 is #CEEFD8. Grayscale: #1C1C1C. Windows color (decimal): -13561817 or 2560049. OLE color: 2560049.

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

Color convert

RGB491639-
CMYK00.670.200.81
HSL318.18º50.77%12.75%-
HSV(B)318.18º67.35%19.22%-
XYZ1.821.172.05-
YUV28.49133.93142.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=47.12%
G=15.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49163900.670.200.81318.1850.7712.75
Hex311027043145113e33d
Octal6120470103241214766315
Binary11000110000100111010000111010010100011001111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311027; }

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

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

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

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

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

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

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

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