#310628

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

Shades of Blackberry #310628

Tints of Blackberry #310628

Color information

#310628 (or 0x310628) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 28. RGB value is (49,6,40). Sum of RGB (Red+Green+Blue) = 49+6+40=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310628 is #CEF9D7. Grayscale: #161616. Windows color (decimal): -13564376 or 2623025. OLE color: 2623025.

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

Color convert

RGB49640-
CMYK00.880.180.81
HSL312.56º78.18%10.78%-
HSV(B)312.56º87.76%19.22%-
XYZ1.710.942.1-
YUV22.73137.75146.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=51.58%
G=6.32%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4964000.880.180.81312.5678.1810.78
Hex3162805812511394eb
Octal6165001302212147111613
Binary1100011101010000101100010010101000110011100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310628; }

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

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

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

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

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

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

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

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