#310825

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

Shades of Blackberry #310825

Tints of Blackberry #310825

Color information

#310825 (or 0x310825) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 25. RGB value is (49,8,37). Sum of RGB (Red+Green+Blue) = 49+8+37=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #310825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310825 is #CEF7DA. Grayscale: #171717. Windows color (decimal): -13563867 or 2426929. OLE color: 2426929.

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

Color convert

RGB49837-
CMYK00.840.240.81
HSL317.56º71.93%11.18%-
HSV(B)317.56º83.67%19.22%-
XYZ1.690.961.85-
YUV23.56135.58146.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=52.13%
G=8.51%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4983700.840.240.81317.5671.9311.18
Hex31825054185113e48b
Octal61104501243012147611013
Binary11000110001001010101010011000101000110011111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310825; }

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

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

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

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

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

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

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

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