#430420

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

Shades of Blackberry #430420

Tints of Blackberry #430420

Color information

#430420 (or 0x430420) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 20. RGB value is (67,4,32). Sum of RGB (Red+Green+Blue) = 67+4+32=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #430420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430420 is #BCFBDF. Grayscale: #191919. Windows color (decimal): -12385248 or 2098243. OLE color: 2098243.

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

Color convert

RGB67432-
CMYK00.940.520.74
HSL333.33º88.73%13.92%-
HSV(B)333.33º94.03%26.27%-
XYZ2.621.381.5-
YUV26.03131.37157.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=65.05%
G=3.88%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743200.940.520.74333.3388.7313.92
Hex4342005E344A14d59e
Octal10344001366411251513116
Binary100001110010000001011110110100100101010100110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430420; }

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

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

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

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

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

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

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

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