#31081A

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

Shades of Blackberry #31081A

Tints of Blackberry #31081A

Color information

#31081A (or 0x31081A) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 1A. RGB value is (49,8,26). Sum of RGB (Red+Green+Blue) = 49+8+26=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31081A is #CEF7E5. Grayscale: #161616. Windows color (decimal): -13563878 or 1706033. OLE color: 1706033.

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

Color convert

RGB49826-
CMYK00.840.470.81
HSL333.66º71.93%11.18%-
HSV(B)333.66º83.67%19.22%-
XYZ1.540.91.07-
YUV22.31130.08147.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=59.04%
G=9.64%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4982600.840.470.81333.6671.9311.18
Hex3181A0542F5114e48b
Octal61103201245712151611013
Binary11000110001101001010100101111101000110100111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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