#31061A

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

Shades of Blackberry #31061A

Tints of Blackberry #31061A

Color information

#31061A (or 0x31061A) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 1A. RGB value is (49,6,26). Sum of RGB (Red+Green+Blue) = 49+6+26=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061A is #CEF9E5. Grayscale: #151515. Windows color (decimal): -13564390 or 1705521. OLE color: 1705521.

HSL color Cylindrical-coordinate representation of color #31061A: hue angle of 332.09º 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 #31061A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB49626-
CMYK00.880.470.81
HSL332.09º78.18%10.78%-
HSV(B)332.09º87.76%19.22%-
XYZ1.520.861.06-
YUV21.14130.75147.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=60.49%
G=7.41%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4962600.880.470.81332.0978.1810.78
Hex3161A0582F5114c4eb
Octal6163201305712151411613
Binary1100011101101001011000101111101000110100110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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