#430339

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

Shades of Blackberry #430339

Tints of Blackberry #430339

Color information

#430339 (or 0x430339) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 39. RGB value is (67,3,57). Sum of RGB (Red+Green+Blue) = 67+3+57=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #430339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430339 is #BCFCC6. Grayscale: #1C1C1C. Windows color (decimal): -12385479 or 3736387. OLE color: 3736387.

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

Color convert

RGB67357-
CMYK00.960.150.74
HSL309.38º91.43%13.73%-
HSV(B)309.38º95.52%26.27%-
XYZ3.091.554.01-
YUV28.29144.2155.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=52.76%
G=2.36%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735700.960.150.74309.3891.4313.73
Hex43339060F4A1355be
Octal10337101401711246513316
Binary100001111111001011000001111100101010011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430339; }

 p { color: rgb(67,3,57); }

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

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

 a { background-color: rgb(67,3,57); }

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

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

 span { border-color: rgb(67,3,57); }

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