#430736

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

Shades of Blackberry #430736

Tints of Blackberry #430736

Color information

#430736 (or 0x430736) is unknown color: approx Blackberry. HEX triplet: 43, 07 and 36. RGB value is (67,7,54). Sum of RGB (Red+Green+Blue) = 67+7+54=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #430736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430736 is #BCF8C9. Grayscale: #1E1E1E. Windows color (decimal): -12384458 or 3540803. OLE color: 3540803.

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

Color convert

RGB67754-
CMYK00.900.190.74
HSL313º81.08%14.51%-
HSV(B)313º89.55%26.27%-
XYZ3.061.613.64-
YUV30.3141.38154.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=52.34%
G=5.47%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6775400.900.190.7431381.0814.51
Hex4373605A134A13951f
Octal10376601322311247112117
Binary10000111111101100101101010011100101010011100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430736; }

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

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

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

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

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

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

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

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