#311427

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

Shades of Blackberry #311427

Tints of Blackberry #311427

Color information

#311427 (or 0x311427) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 27. RGB value is (49,20,39). Sum of RGB (Red+Green+Blue) = 49+20+39=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311427 is #CEEBD8. Grayscale: #1E1E1E. Windows color (decimal): -13560793 or 2561073. OLE color: 2561073.

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

Color convert

RGB492039-
CMYK00.590.200.81
HSL320.69º42.03%13.53%-
HSV(B)320.69º59.18%19.22%-
XYZ1.881.32.07-
YUV30.84132.61140.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=45.37%
G=18.52%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203900.590.200.81320.6942.0313.53
Hex31142703B14511412ae
Octal612447073241215015216
Binary1100011010010011101110111010010100011010000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311427; }

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

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

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

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

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

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

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

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