#430324

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

Shades of Blackberry #430324

Tints of Blackberry #430324

Color information

#430324 (or 0x430324) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 24. RGB value is (67,3,36). Sum of RGB (Red+Green+Blue) = 67+3+36=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430324 is #BCFCDB. Grayscale: #191919. Windows color (decimal): -12385500 or 2360131. OLE color: 2360131.

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

Color convert

RGB67336-
CMYK00.960.460.74
HSL329.06º91.43%13.73%-
HSV(B)329.06º95.52%26.27%-
XYZ2.671.391.8-
YUV25.9133.7157.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=63.21%
G=2.83%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733600.960.460.74329.0691.4313.73
Hex433240602E4A1495be
Octal10334401405611251113316
Binary10000111110010001100000101110100101010100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430324; }

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

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

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

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

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

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

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

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