#311425

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

Shades of Blackberry #311425

Tints of Blackberry #311425

Color information

#311425 (or 0x311425) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 25. RGB value is (49,20,37). Sum of RGB (Red+Green+Blue) = 49+20+37=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311425 is #CEEBDA. Grayscale: #1E1E1E. Windows color (decimal): -13560795 or 2430001. OLE color: 2430001.

HSL color Cylindrical-coordinate representation of color #311425: hue angle of 324.83º 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 #311425 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB492037-
CMYK00.590.240.81
HSL324.83º42.03%13.53%-
HSV(B)324.83º59.18%19.22%-
XYZ1.851.291.9-
YUV30.61131.61141.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=46.23%
G=18.87%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203700.590.240.81324.8342.0313.53
Hex31142503B18511452ae
Octal612445073301215055216
Binary1100011010010010101110111100010100011010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311425; }

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

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

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

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

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

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

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

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