#430728

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

Shades of Blackberry #430728

Tints of Blackberry #430728

Color information

#430728 (or 0x430728) is unknown color: approx Blackberry. HEX triplet: 43, 07 and 28. RGB value is (67,7,40). Sum of RGB (Red+Green+Blue) = 67+7+40=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #430728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430728 is #BCF8D7. Grayscale: #1C1C1C. Windows color (decimal): -12384472 or 2623299. OLE color: 2623299.

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

Color convert

RGB67740-
CMYK00.900.400.74
HSL327º81.08%14.51%-
HSV(B)327º89.55%26.27%-
XYZ2.771.52.15-
YUV28.7134.38155.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=58.77%
G=6.14%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6774000.900.400.7432781.0814.51
Hex4372805A284A14751f
Octal10375001325011250712117
Binary100001111110100001011010101000100101010100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430728; }

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

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

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

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

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

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

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

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