#31061C

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

Shades of Blackberry #31061C

Tints of Blackberry #31061C

Color information

#31061C (or 0x31061C) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 1C. RGB value is (49,6,28). Sum of RGB (Red+Green+Blue) = 49+6+28=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061C is #CEF9E3. Grayscale: #151515. Windows color (decimal): -13564388 or 1836593. OLE color: 1836593.

HSL color Cylindrical-coordinate representation of color #31061C: hue angle of 329.3º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31061C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB49628-
CMYK00.880.430.81
HSL329.3º78.18%10.78%-
HSV(B)329.3º87.76%19.22%-
XYZ1.540.871.18-
YUV21.36131.75147.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=59.04%
G=7.23%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4962800.880.430.81329.378.1810.78
Hex3161C0582B511494eb
Octal6163401305312151111613
Binary1100011101110001011000101011101000110100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31061C; }

 p { color: rgb(49,6,28); }

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

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

 a { background-color: rgb(49,6,28); }

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

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

 span { border-color: rgb(49,6,28); }

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