#431434

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

Shades of Blackberry #431434

Tints of Blackberry #431434

Color information

#431434 (or 0x431434) is unknown color: approx Blackberry. HEX triplet: 43, 14 and 34. RGB value is (67,20,52). Sum of RGB (Red+Green+Blue) = 67+20+52=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431434 is #BCEBCB. Grayscale: #252525. Windows color (decimal): -12381132 or 3413059. OLE color: 3413059.

HSL color Cylindrical-coordinate representation of color #431434: hue angle of 319.15º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431434 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB672052-
CMYK00.700.220.74
HSL319.15º54.02%17.06%-
HSV(B)319.15º70.15%26.27%-
XYZ3.181.943.46-
YUV37.7136.07148.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=48.20%
G=14.39%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67205200.700.220.74319.1554.0217.06
Hex431434046164A13f3611
Octal10324640106261124776621
Binary1000011101001101000100011010110100101010011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431434; }

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

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

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

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

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

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

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

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