#431D38

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

Shades of Blackberry #431D38

Tints of Blackberry #431D38

Color information

#431D38 (or 0x431D38) is unknown color: approx Blackberry. HEX triplet: 43, 1D and 38. RGB value is (67,29,56). Sum of RGB (Red+Green+Blue) = 67+29+56=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D38 is #BCE2C7. Grayscale: #2B2B2B. Windows color (decimal): -12378824 or 3677507. OLE color: 3677507.

HSL color Cylindrical-coordinate representation of color #431D38: hue angle of 317.37º 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 #431D38 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB672956-
CMYK00.570.160.74
HSL317.37º39.58%18.82%-
HSV(B)317.37º56.72%26.27%-
XYZ3.472.364.01-
YUV43.44135.09144.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=44.08%
G=19.08%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67295600.570.160.74317.3739.5818.82
Hex431D38039104A13d2813
Octal1033570071201124755023
Binary100001111101111000011100110000100101010011110110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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