#431E2F

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

Shades of Blackberry #431E2F

Tints of Blackberry #431E2F

Color information

#431E2F (or 0x431E2F) is unknown color: approx Blackberry. HEX triplet: 43, 1E and 2F. RGB value is (67,30,47). Sum of RGB (Red+Green+Blue) = 67+30+47=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #431E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E2F is #BCE1D0. Grayscale: #2A2A2A. Windows color (decimal): -12378577 or 3087939. OLE color: 3087939.

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

Color convert

RGB673047-
CMYK00.550.300.74
HSL332.43º38.14%19.02%-
HSV(B)332.43º55.22%26.27%-
XYZ3.292.332.96-
YUV43130.26145.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=46.53%
G=20.83%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67304700.550.300.74332.4338.1419.02
Hex431E2F0371E4A14c2613
Octal1033657067361125144623
Binary100001111110101111011011111110100101010100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,30,47); }

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

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

 a { background-color: rgb(67,30,47); }

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

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

 span { border-color: rgb(67,30,47); }

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