#310225

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

Shades of Blackberry #310225

Tints of Blackberry #310225

Color information

#310225 (or 0x310225) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 25. RGB value is (49,2,37). Sum of RGB (Red+Green+Blue) = 49+2+37=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310225 is #CEFDDA. Grayscale: #131313. Windows color (decimal): -13565403 or 2425393. OLE color: 2425393.

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

Color convert

RGB49237-
CMYK00.960.240.81
HSL315.32º92.16%10%-
HSV(B)315.32º95.92%19.22%-
XYZ1.620.831.82-
YUV20.04137.57148.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=55.68%
G=2.27%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923700.960.240.81315.3292.1610
Hex31225060185113b5ca
Octal6124501403012147313412
Binary110001101001010110000011000101000110011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310225; }

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

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

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

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

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

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

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

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