#310D28

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

Shades of Blackberry #310D28

Tints of Blackberry #310D28

Color information

#310D28 (or 0x310D28) is unknown color: approx Blackberry. HEX triplet: 31, 0D and 28. RGB value is (49,13,40). Sum of RGB (Red+Green+Blue) = 49+13+40=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #310D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D28 is #CEF2D7. Grayscale: #1A1A1A. Windows color (decimal): -13562584 or 2624817. OLE color: 2624817.

HSL color Cylindrical-coordinate representation of color #310D28: hue angle of 315º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D28 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB491340-
CMYK00.730.180.81
HSL315º58.06%12.16%-
HSV(B)315º73.47%19.22%-
XYZ1.791.092.12-
YUV26.84135.43143.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=48.04%
G=12.75%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49134000.730.180.8131558.0612.16
Hex31D28049125113b3ac
Octal6115500111221214737214
Binary1100011101101000010010011001010100011001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D28; }

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

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

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

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

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

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

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

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