#430428

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

Shades of Blackberry #430428

Tints of Blackberry #430428

Color information

#430428 (or 0x430428) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 28. RGB value is (67,4,40). Sum of RGB (Red+Green+Blue) = 67+4+40=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430428 is #BCFBD7. Grayscale: #1A1A1A. Windows color (decimal): -12385240 or 2622531. OLE color: 2622531.

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

Color convert

RGB67440-
CMYK00.940.400.74
HSL325.71º88.73%13.92%-
HSV(B)325.71º94.03%26.27%-
XYZ2.741.432.14-
YUV26.94135.37156.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=60.36%
G=3.60%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6744000.940.400.74325.7188.7313.92
Hex4342805E284A14659e
Octal10345001365011250613116
Binary100001110010100001011110101000100101010100011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430428; }

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

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

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

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

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

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

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

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