#430221

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

Shades of Blackberry #430221

Tints of Blackberry #430221

Color information

#430221 (or 0x430221) is unknown color: approx Blackberry. HEX triplet: 43, 02 and 21. RGB value is (67,2,33). Sum of RGB (Red+Green+Blue) = 67+2+33=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #430221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430221 is #BCFDDE. Grayscale: #181818. Windows color (decimal): -12385759 or 2163267. OLE color: 2163267.

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

Color convert

RGB67233-
CMYK00.970.510.74
HSL331.38º94.2%13.53%-
HSV(B)331.38º97.01%26.27%-
XYZ2.611.351.56-
YUV24.97132.53157.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.69%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=65.69%
G=1.96%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6723300.970.510.74331.3894.213.53
Hex43221061334A14b5ee
Octal10324101416311251313616
Binary10000111010000101100001110011100101010100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430221; }

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

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

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

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

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

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

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

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