#431430

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

Shades of Blackberry #431430

Tints of Blackberry #431430

Color information

#431430 (or 0x431430) is unknown color: approx Blackberry. HEX triplet: 43, 14 and 30. RGB value is (67,20,48). Sum of RGB (Red+Green+Blue) = 67+20+48=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #431430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431430 is #BCEBCF. Grayscale: #252525. Windows color (decimal): -12381136 or 3150915. OLE color: 3150915.

HSL color Cylindrical-coordinate representation of color #431430: hue angle of 324.26º 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 #431430 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB672048-
CMYK00.700.280.74
HSL324.26º54.02%17.06%-
HSV(B)324.26º70.15%26.27%-
XYZ3.11.913-
YUV37.24134.07149.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=49.63%
G=14.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67204800.700.280.74324.2654.0217.06
Hex4314300461C4A1443611
Octal10324600106341125046621
Binary1000011101001100000100011011100100101010100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431430; }

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

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

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

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

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

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

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

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