#310426

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

Shades of Blackberry #310426

Tints of Blackberry #310426

Color information

#310426 (or 0x310426) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 26. RGB value is (49,4,38). Sum of RGB (Red+Green+Blue) = 49+4+38=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310426 is #CEFBD9. Grayscale: #151515. Windows color (decimal): -13564890 or 2491441. OLE color: 2491441.

HSL color Cylindrical-coordinate representation of color #310426: hue angle of 314.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310426 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB49438-
CMYK00.920.220.81
HSL314.67º84.91%10.39%-
HSV(B)314.67º91.84%19.22%-
XYZ1.660.881.92-
YUV21.33137.41147.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=53.85%
G=4.40%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943800.920.220.81314.6784.9110.39
Hex3142605C165113b55a
Octal6144601342612147312512
Binary1100011001001100101110010110101000110011101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310426; }

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

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

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

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

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

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

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

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