#310626

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

Shades of Blackberry #310626

Tints of Blackberry #310626

Color information

#310626 (or 0x310626) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 26. RGB value is (49,6,38). Sum of RGB (Red+Green+Blue) = 49+6+38=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #310626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310626 is #CEF9D9. Grayscale: #161616. Windows color (decimal): -13564378 or 2491953. OLE color: 2491953.

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

Color convert

RGB49638-
CMYK00.880.220.81
HSL315.35º78.18%10.78%-
HSV(B)315.35º87.76%19.22%-
XYZ1.680.921.92-
YUV22.5136.75146.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=52.69%
G=6.45%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963800.880.220.81315.3578.1810.78
Hex31626058165113b4eb
Octal6164601302612147311613
Binary1100011101001100101100010110101000110011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310626; }

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

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

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

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

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

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

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

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