#310028

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

Shades of Blackberry #310028

Tints of Blackberry #310028

Color information

#310028 (or 0x310028) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 28. RGB value is (49,0,40). Sum of RGB (Red+Green+Blue) = 49+0+40=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310028 is #CEFFD7. Grayscale: #131313. Windows color (decimal): -13565912 or 2621489. OLE color: 2621489.

HSL color Cylindrical-coordinate representation of color #310028: hue angle of 311.02º 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 #310028 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB49040-
CMYK010.180.81
HSL311.02º100%9.61%-
HSV(B)311.02º100%19.22%-
XYZ1.650.812.08-
YUV19.21139.73149.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=55.06%
G=0%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49040010.180.81311.021009.61
Hex31028064125113764a
Octal6105001442212146714412
Binary11000101010000110010010010101000110011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310028; }

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

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

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

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

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

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

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

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