#311125

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

Shades of Blackberry #311125

Tints of Blackberry #311125

Color information

#311125 (or 0x311125) is unknown color: approx Blackberry. HEX triplet: 31, 11 and 25. RGB value is (49,17,37). Sum of RGB (Red+Green+Blue) = 49+17+37=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311125 is #CEEEDA. Grayscale: #1C1C1C. Windows color (decimal): -13561563 or 2429233. OLE color: 2429233.

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

Color convert

RGB491737-
CMYK00.650.240.81
HSL322.5º48.48%12.94%-
HSV(B)322.5º65.31%19.22%-
XYZ1.81.191.88-
YUV28.85132.6142.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=47.57%
G=16.50%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49173700.650.240.81322.548.4812.94
Hex311125041185114230d
Octal6121450101301215026015
Binary11000110001100101010000011100010100011010000101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311125; }

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

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

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

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

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

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

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

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