#431E34

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

Shades of Blackberry #431E34

Tints of Blackberry #431E34

Color information

#431E34 (or 0x431E34) is unknown color: approx Blackberry. HEX triplet: 43, 1E and 34. RGB value is (67,30,52). Sum of RGB (Red+Green+Blue) = 67+30+52=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E34 is #BCE1CB. Grayscale: #2B2B2B. Windows color (decimal): -12378572 or 3415619. OLE color: 3415619.

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

Color convert

RGB673052-
CMYK00.550.220.74
HSL324.32º38.14%19.02%-
HSV(B)324.32º55.22%26.27%-
XYZ3.42.373.53-
YUV43.57132.76144.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=44.97%
G=20.13%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67305200.550.220.74324.3238.1419.02
Hex431E34037164A1442613
Octal1033664067261125044623
Binary100001111110110100011011110110100101010100010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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