#431931

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

Shades of Blackberry #431931

Tints of Blackberry #431931

Color information

#431931 (or 0x431931) is unknown color: approx Blackberry. HEX triplet: 43, 19 and 31. RGB value is (67,25,49). Sum of RGB (Red+Green+Blue) = 67+25+49=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431931 is #BCE6CE. Grayscale: #282828. Windows color (decimal): -12379855 or 3217731. OLE color: 3217731.

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

Color convert

RGB672549-
CMYK00.630.270.74
HSL325.71º45.65%18.04%-
HSV(B)325.71º62.69%26.27%-
XYZ3.222.113.14-
YUV40.29132.91147.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=47.52%
G=17.73%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67254900.630.270.74325.7145.6518.04
Hex43193103F1B4A1462e12
Octal1033161077331125065622
Binary100001111001110001011111111011100101010100011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431931; }

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

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

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

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

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

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

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

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