#310827

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

Shades of Blackberry #310827

Tints of Blackberry #310827

Color information

#310827 (or 0x310827) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 27. RGB value is (49,8,39). Sum of RGB (Red+Green+Blue) = 49+8+39=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #310827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310827 is #CEF7D8. Grayscale: #171717. Windows color (decimal): -13563865 or 2558001. OLE color: 2558001.

HSL color Cylindrical-coordinate representation of color #310827: hue angle of 314.63º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310827 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB49839-
CMYK00.840.200.81
HSL314.63º71.93%11.18%-
HSV(B)314.63º83.67%19.22%-
XYZ1.720.972.02-
YUV23.79136.58145.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=51.04%
G=8.33%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4983900.840.200.81314.6371.9311.18
Hex31827054145113b48b
Octal61104701242412147311013
Binary11000110001001110101010010100101000110011101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310827; }

 p { color: rgb(49,8,39); }

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

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

 a { background-color: rgb(49,8,39); }

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

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

 span { border-color: rgb(49,8,39); }

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