#430321

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

Shades of Blackberry #430321

Tints of Blackberry #430321

Color information

#430321 (or 0x430321) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 21. RGB value is (67,3,33). Sum of RGB (Red+Green+Blue) = 67+3+33=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #430321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430321 is #BCFCDE. Grayscale: #191919. Windows color (decimal): -12385503 or 2163523. OLE color: 2163523.

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

Color convert

RGB67333-
CMYK00.960.510.74
HSL331.88º91.43%13.73%-
HSV(B)331.88º95.52%26.27%-
XYZ2.621.371.56-
YUV25.56132.2157.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=65.05%
G=2.91%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733300.960.510.74331.8891.4313.73
Hex43321060334A14c5be
Octal10334101406311251413316
Binary10000111110000101100000110011100101010100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430321; }

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

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

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

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

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

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

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

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