#430537

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

Shades of Blackberry #430537

Tints of Blackberry #430537

Color information

#430537 (or 0x430537) is unknown color: approx Blackberry. HEX triplet: 43, 05 and 37. RGB value is (67,5,55). Sum of RGB (Red+Green+Blue) = 67+5+55=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #430537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430537 is #BCFAC8. Grayscale: #1D1D1D. Windows color (decimal): -12384969 or 3605827. OLE color: 3605827.

HSL color Cylindrical-coordinate representation of color #430537: hue angle of 311.61º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430537 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB67555-
CMYK00.930.180.74
HSL311.61º86.11%14.12%-
HSV(B)311.61º92.54%26.27%-
XYZ3.061.583.76-
YUV29.24142.54154.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 55 (21.88% from 255) = 43.31%
R=52.76%
G=3.94%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6755500.930.180.74311.6186.1114.12
Hex4353705D124A13856e
Octal10356701352211247012616
Binary10000111011101110101110110010100101010011100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430537; }

 p { color: rgb(67,5,55); }

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

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

 a { background-color: rgb(67,5,55); }

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

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

 span { border-color: rgb(67,5,55); }

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