#430423

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

Shades of Blackberry #430423

Tints of Blackberry #430423

Color information

#430423 (or 0x430423) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 23. RGB value is (67,4,35). Sum of RGB (Red+Green+Blue) = 67+4+35=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430423 is #BCFBDC. Grayscale: #1A1A1A. Windows color (decimal): -12385245 or 2294851. OLE color: 2294851.

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

Color convert

RGB67435-
CMYK00.940.480.74
HSL330.48º88.73%13.92%-
HSV(B)330.48º94.03%26.27%-
XYZ2.661.41.72-
YUV26.37132.87156.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=63.21%
G=3.77%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743500.940.480.74330.4888.7313.92
Hex4342305E304A14a59e
Octal10344301366011251213116
Binary100001110010001101011110110000100101010100101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430423; }

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

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

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

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

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

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

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

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