#311625

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

Shades of Blackberry #311625

Tints of Blackberry #311625

Color information

#311625 (or 0x311625) is unknown color: approx Blackberry. HEX triplet: 31, 16 and 25. RGB value is (49,22,37). Sum of RGB (Red+Green+Blue) = 49+22+37=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311625 is #CEE9DA. Grayscale: #1F1F1F. Windows color (decimal): -13560283 or 2430513. OLE color: 2430513.

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

Color convert

RGB492237-
CMYK00.550.240.81
HSL326.67º38.03%13.92%-
HSV(B)326.67º55.1%19.22%-
XYZ1.891.361.91-
YUV31.78130.95140.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=45.37%
G=20.37%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49223700.550.240.81326.6738.0313.92
Hex311625037185114726e
Octal612645067301215074616
Binary1100011011010010101101111100010100011010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311625; }

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

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

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

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

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

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

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

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