#431A31

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

Shades of Blackberry #431A31

Tints of Blackberry #431A31

Color information

#431A31 (or 0x431A31) is unknown color: approx Blackberry. HEX triplet: 43, 1A and 31. RGB value is (67,26,49). Sum of RGB (Red+Green+Blue) = 67+26+49=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #431A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A31 is #BCE5CE. Grayscale: #282828. Windows color (decimal): -12379599 or 3217987. OLE color: 3217987.

HSL color Cylindrical-coordinate representation of color #431A31: hue angle of 326.34º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A31 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB672649-
CMYK00.610.270.74
HSL326.34º44.09%18.24%-
HSV(B)326.34º61.19%26.27%-
XYZ3.242.153.15-
YUV40.88132.58146.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=47.18%
G=18.31%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67264900.610.270.74326.3444.0918.24
Hex431A3103D1B4A1462c12
Octal1033261075331125065422
Binary100001111010110001011110111011100101010100011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431A31; }

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

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

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

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

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

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

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

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