#431F31

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

Shades of Blackberry #431F31

Tints of Blackberry #431F31

Color information

#431F31 (or 0x431F31) is unknown color: approx Blackberry. HEX triplet: 43, 1F and 31. RGB value is (67,31,49). Sum of RGB (Red+Green+Blue) = 67+31+49=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #431F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F31 is #BCE0CE. Grayscale: #2B2B2B. Windows color (decimal): -12378319 or 3219267. OLE color: 3219267.

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

Color convert

RGB673149-
CMYK00.540.270.74
HSL330º36.73%19.22%-
HSV(B)330º53.73%26.27%-
XYZ3.362.43.19-
YUV43.82130.93144.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=45.58%
G=21.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67314900.540.270.7433036.7319.22
Hex431F310361B4A14a2513
Octal1033761066331125124523
Binary100001111111110001011011011011100101010100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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