#430425

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

Shades of Blackberry #430425

Tints of Blackberry #430425

Color information

#430425 (or 0x430425) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 25. RGB value is (67,4,37). Sum of RGB (Red+Green+Blue) = 67+4+37=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430425 is #BCFBDA. Grayscale: #1A1A1A. Windows color (decimal): -12385243 or 2425923. OLE color: 2425923.

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

Color convert

RGB67437-
CMYK00.940.450.74
HSL328.57º88.73%13.92%-
HSV(B)328.57º94.03%26.27%-
XYZ2.691.411.88-
YUV26.6133.87156.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=62.04%
G=3.70%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743700.940.450.74328.5788.7313.92
Hex4342505E2D4A14959e
Octal10344501365511251113116
Binary100001110010010101011110101101100101010100100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430425; }

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

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

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

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

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

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

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

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