#310B28

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

Shades of Blackberry #310B28

Tints of Blackberry #310B28

Color information

#310B28 (or 0x310B28) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 28. RGB value is (49,11,40). Sum of RGB (Red+Green+Blue) = 49+11+40=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B28 is #CEF4D7. Grayscale: #191919. Windows color (decimal): -13563096 or 2624305. OLE color: 2624305.

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

Color convert

RGB491140-
CMYK00.780.180.81
HSL314.21º63.33%11.76%-
HSV(B)314.21º77.55%19.22%-
XYZ1.771.052.12-
YUV25.67136.09144.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 40 (16.02% from 255) = 40%
R=49%
G=11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49114000.780.180.81314.2163.3311.76
Hex31B2804E125113a3fc
Octal6113500116221214727714
Binary1100011011101000010011101001010100011001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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