#310420

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

Shades of Blackberry #310420

Tints of Blackberry #310420

Color information

#310420 (or 0x310420) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 20. RGB value is (49,4,32). Sum of RGB (Red+Green+Blue) = 49+4+32=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310420 is #CEFBDF. Grayscale: #141414. Windows color (decimal): -13564896 or 2098225. OLE color: 2098225.

HSL color Cylindrical-coordinate representation of color #310420: hue angle of 322.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 #310420 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB49432-
CMYK00.920.350.81
HSL322.67º84.91%10.39%-
HSV(B)322.67º91.84%19.22%-
XYZ1.570.841.45-
YUV20.65134.41148.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=57.65%
G=4.71%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943200.920.350.81322.6784.9110.39
Hex3142005C235114355a
Octal6144001344312150312512
Binary11000110010000001011100100011101000110100001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310420; }

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

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

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

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

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

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

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

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