#430431

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

Shades of Blackberry #430431

Tints of Blackberry #430431

Color information

#430431 (or 0x430431) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 31. RGB value is (67,4,49). Sum of RGB (Red+Green+Blue) = 67+4+49=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #430431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430431 is #BCFBCE. Grayscale: #1B1B1B. Windows color (decimal): -12385231 or 3212355. OLE color: 3212355.

HSL color Cylindrical-coordinate representation of color #430431: hue angle of 317.14º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430431 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB67449-
CMYK00.940.270.74
HSL317.14º88.73%13.92%-
HSV(B)317.14º94.03%26.27%-
XYZ2.911.53.04-
YUV27.97139.87155.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=55.83%
G=3.33%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6744900.940.270.74317.1488.7313.92
Hex4343105E1B4A13d59e
Octal10346101363311247513116
Binary10000111001100010101111011011100101010011110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430431; }

 p { color: rgb(67,4,49); }

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

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

 a { background-color: rgb(67,4,49); }

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

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

 span { border-color: rgb(67,4,49); }

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