#310625

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

Shades of Blackberry #310625

Tints of Blackberry #310625

Color information

#310625 (or 0x310625) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 25. RGB value is (49,6,37). Sum of RGB (Red+Green+Blue) = 49+6+37=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310625 is #CEF9DA. Grayscale: #161616. Windows color (decimal): -13564379 or 2426417. OLE color: 2426417.

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

Color convert

RGB49637-
CMYK00.880.240.81
HSL316.74º78.18%10.78%-
HSV(B)316.74º87.76%19.22%-
XYZ1.670.921.84-
YUV22.39136.25146.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=53.26%
G=6.52%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963700.880.240.81316.7478.1810.78
Hex31625058185113d4eb
Octal6164501303012147511613
Binary1100011101001010101100011000101000110011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310625; }

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

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

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

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

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

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

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

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