#310F28

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

Shades of Blackberry #310F28

Tints of Blackberry #310F28

Color information

#310F28 (or 0x310F28) is unknown color: approx Blackberry. HEX triplet: 31, 0F and 28. RGB value is (49,15,40). Sum of RGB (Red+Green+Blue) = 49+15+40=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F28 is #CEF0D7. Grayscale: #1B1B1B. Windows color (decimal): -13562072 or 2625329. OLE color: 2625329.

HSL color Cylindrical-coordinate representation of color #310F28: hue angle of 315.88º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F28 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB491540-
CMYK00.690.180.81
HSL315.88º53.12%12.55%-
HSV(B)315.88º69.39%19.22%-
XYZ1.821.152.13-
YUV28.02134.76142.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=47.12%
G=14.42%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49154000.690.180.81315.8853.1212.55
Hex31F28045125113c35d
Octal6117500105221214746515
Binary1100011111101000010001011001010100011001111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310F28; }

 p { color: rgb(49,15,40); }

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

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

 a { background-color: rgb(49,15,40); }

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

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

 span { border-color: rgb(49,15,40); }

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