#430429

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

Shades of Blackberry #430429

Tints of Blackberry #430429

Color information

#430429 (or 0x430429) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 29. RGB value is (67,4,41). Sum of RGB (Red+Green+Blue) = 67+4+41=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430429 is #BCFBD6. Grayscale: #1A1A1A. Windows color (decimal): -12385239 or 2688067. OLE color: 2688067.

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

Color convert

RGB67441-
CMYK00.940.390.74
HSL324.76º88.73%13.92%-
HSV(B)324.76º94.03%26.27%-
XYZ2.761.442.23-
YUV27.05135.87156.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=59.82%
G=3.57%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6744100.940.390.74324.7688.7313.92
Hex4342905E274A14559e
Octal10345101364711250513116
Binary100001110010100101011110100111100101010100010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430429; }

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

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

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

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

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

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

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

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