#430521

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

Shades of Blackberry #430521

Tints of Blackberry #430521

Color information

#430521 (or 0x430521) is unknown color: approx Blackberry. HEX triplet: 43, 05 and 21. RGB value is (67,5,33). Sum of RGB (Red+Green+Blue) = 67+5+33=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #430521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430521 is #BCFADE. Grayscale: #1A1A1A. Windows color (decimal): -12384991 or 2164035. OLE color: 2164035.

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

Color convert

RGB67533-
CMYK00.930.510.74
HSL332.9º86.11%14.12%-
HSV(B)332.9º92.54%26.27%-
XYZ2.641.411.57-
YUV26.73131.54156.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=63.81%
G=4.76%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6753300.930.510.74332.986.1114.12
Hex4352105D334A14d56e
Octal10354101356311251512616
Binary100001110110000101011101110011100101010100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430521; }

 p { color: rgb(67,5,33); }

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

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

 a { background-color: rgb(67,5,33); }

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

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

 span { border-color: rgb(67,5,33); }

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