#31051A

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

Shades of Blackberry #31051A

Tints of Blackberry #31051A

Color information

#31051A (or 0x31051A) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 1A. RGB value is (49,5,26). Sum of RGB (Red+Green+Blue) = 49+5+26=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31051A is #CEFAE5. Grayscale: #141414. Windows color (decimal): -13564646 or 1705265. OLE color: 1705265.

HSL color Cylindrical-coordinate representation of color #31051A: hue angle of 331.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31051A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB49526-
CMYK00.900.470.81
HSL331.36º81.48%10.59%-
HSV(B)331.36º89.8%19.22%-
XYZ1.510.841.06-
YUV20.55131.08148.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=61.25%
G=6.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4952600.900.470.81331.3681.4810.59
Hex3151A05A2F5114b51b
Octal6153201325712151312113
Binary1100011011101001011010101111101000110100101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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