#310025

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

Shades of Blackberry #310025

Tints of Blackberry #310025

Color information

#310025 (or 0x310025) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 25. RGB value is (49,0,37). Sum of RGB (Red+Green+Blue) = 49+0+37=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310025 is #CEFFDA. Grayscale: #121212. Windows color (decimal): -13565915 or 2424881. OLE color: 2424881.

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

Color convert

RGB49037-
CMYK010.240.81
HSL314.69º100%9.61%-
HSV(B)314.69º100%19.22%-
XYZ1.60.791.82-
YUV18.87138.23149.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=56.98%
G=0%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49037010.240.81314.691009.61
Hex31025064185113b64a
Octal6104501443012147314412
Binary11000101001010110010011000101000110011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310025; }

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

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

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

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

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

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

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

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