#430326

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

Shades of Blackberry #430326

Tints of Blackberry #430326

Color information

#430326 (or 0x430326) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 26. RGB value is (67,3,38). Sum of RGB (Red+Green+Blue) = 67+3+38=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430326 is #BCFCD9. Grayscale: #1A1A1A. Windows color (decimal): -12385498 or 2491203. OLE color: 2491203.

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

Color convert

RGB67338-
CMYK00.960.430.74
HSL327.19º91.43%13.73%-
HSV(B)327.19º95.52%26.27%-
XYZ2.71.41.96-
YUV26.13134.7157.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=62.04%
G=2.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733800.960.430.74327.1991.4313.73
Hex433260602B4A1475be
Octal10334601405311250713316
Binary10000111110011001100000101011100101010100011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430326; }

 p { color: rgb(67,3,38); }

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

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

 a { background-color: rgb(67,3,38); }

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

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

 span { border-color: rgb(67,3,38); }

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