#430729

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

Shades of Blackberry #430729

Tints of Blackberry #430729

Color information

#430729 (or 0x430729) is unknown color: approx Blackberry. HEX triplet: 43, 07 and 29. RGB value is (67,7,41). Sum of RGB (Red+Green+Blue) = 67+7+41=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #430729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430729 is #BCF8D6. Grayscale: #1C1C1C. Windows color (decimal): -12384471 or 2688835. OLE color: 2688835.

HSL color Cylindrical-coordinate representation of color #430729: hue angle of 326º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430729 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB67741-
CMYK00.900.390.74
HSL326º81.08%14.51%-
HSV(B)326º89.55%26.27%-
XYZ2.791.512.24-
YUV28.82134.88155.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=58.26%
G=6.09%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6774100.900.390.7432681.0814.51
Hex4372905A274A14651f
Octal10375101324711250612117
Binary100001111110100101011010100111100101010100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430729; }

 p { color: rgb(67,7,41); }

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

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

 a { background-color: rgb(67,7,41); }

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

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

 span { border-color: rgb(67,7,41); }

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