#430421

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

Shades of Blackberry #430421

Tints of Blackberry #430421

Color information

#430421 (or 0x430421) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 21. RGB value is (67,4,33). Sum of RGB (Red+Green+Blue) = 67+4+33=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #430421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430421 is #BCFBDE. Grayscale: #1A1A1A. Windows color (decimal): -12385247 or 2163779. OLE color: 2163779.

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

Color convert

RGB67433-
CMYK00.940.510.74
HSL332.38º88.73%13.92%-
HSV(B)332.38º94.03%26.27%-
XYZ2.631.391.57-
YUV26.14131.87157.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=64.42%
G=3.85%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743300.940.510.74332.3888.7313.92
Hex4342105E334A14c59e
Octal10344101366311251413116
Binary100001110010000101011110110011100101010100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430421; }

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

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

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

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

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

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

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

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