#310525

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

Shades of Blackberry #310525

Tints of Blackberry #310525

Color information

#310525 (or 0x310525) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 25. RGB value is (49,5,37). Sum of RGB (Red+Green+Blue) = 49+5+37=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310525 is #CEFADA. Grayscale: #151515. Windows color (decimal): -13564635 or 2426161. OLE color: 2426161.

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

Color convert

RGB49537-
CMYK00.900.240.81
HSL316.36º81.48%10.59%-
HSV(B)316.36º89.8%19.22%-
XYZ1.650.91.84-
YUV21.8136.58147.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=53.85%
G=5.49%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4953700.900.240.81316.3681.4810.59
Hex3152505A185113c51b
Octal6154501323012147412113
Binary1100011011001010101101011000101000110011110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310525; }

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

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

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

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

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

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

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

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