#431334

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

Shades of Blackberry #431334

Tints of Blackberry #431334

Color information

#431334 (or 0x431334) is unknown color: approx Blackberry. HEX triplet: 43, 13 and 34. RGB value is (67,19,52). Sum of RGB (Red+Green+Blue) = 67+19+52=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431334 is #BCECCB. Grayscale: #252525. Windows color (decimal): -12381388 or 3412803. OLE color: 3412803.

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

Color convert

RGB671952-
CMYK00.720.220.74
HSL318.75º55.81%16.86%-
HSV(B)318.75º71.64%26.27%-
XYZ3.171.913.45-
YUV37.11136.4149.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=48.55%
G=13.77%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67195200.720.220.74318.7555.8116.86
Hex431334048164A13f3811
Octal10323640110261124777021
Binary1000011100111101000100100010110100101010011111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431334; }

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

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

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

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

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

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

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

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