#431D32

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

Shades of Blackberry #431D32

Tints of Blackberry #431D32

Color information

#431D32 (or 0x431D32) is unknown color: approx Blackberry. HEX triplet: 43, 1D and 32. RGB value is (67,29,50). Sum of RGB (Red+Green+Blue) = 67+29+50=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #431D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D32 is #BCE2CD. Grayscale: #2A2A2A. Windows color (decimal): -12378830 or 3284291. OLE color: 3284291.

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

Color convert

RGB672950-
CMYK00.570.250.74
HSL326.84º39.58%18.82%-
HSV(B)326.84º56.72%26.27%-
XYZ3.332.33.29-
YUV42.76132.09145.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=45.89%
G=19.86%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67295000.570.250.74326.8439.5818.82
Hex431D32039194A1472813
Octal1033562071311125075023
Binary100001111101110010011100111001100101010100011110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,29,50); }

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

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

 a { background-color: rgb(67,29,50); }

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

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

 span { border-color: rgb(67,29,50); }

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