#430424

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

Shades of Blackberry #430424

Tints of Blackberry #430424

Color information

#430424 (or 0x430424) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 24. RGB value is (67,4,36). Sum of RGB (Red+Green+Blue) = 67+4+36=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430424 is #BCFBDB. Grayscale: #1A1A1A. Windows color (decimal): -12385244 or 2360387. OLE color: 2360387.

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

Color convert

RGB67436-
CMYK00.940.460.74
HSL329.52º88.73%13.92%-
HSV(B)329.52º94.03%26.27%-
XYZ2.681.411.8-
YUV26.48133.37156.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=62.62%
G=3.74%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743600.940.460.74329.5288.7313.92
Hex4342405E2E4A14a59e
Octal10344401365611251213116
Binary100001110010010001011110101110100101010100101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430424; }

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

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

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

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

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

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

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

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